forked from oerkki/voxelands
change serverlist url
This commit is contained in:
parent
2b8c17d754
commit
ad9c5d7009
|
@ -597,7 +597,7 @@ bool GUIMultiplayerMenu::OnEvent(const SEvent& event)
|
|||
|
||||
bool GUIMultiplayerMenu::fetchServers()
|
||||
{
|
||||
char* u = const_cast<char*>("/list.cgi");
|
||||
char* u = const_cast<char*>("/list");
|
||||
std::string data = http_request(NULL,u);
|
||||
std::string path = getPath("","servers.txt",false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue