change serverlist url

This commit is contained in:
Menche 2016-08-10 17:40:49 -07:00 committed by darkrose
parent 2b8c17d754
commit ad9c5d7009
1 changed files with 1 additions and 1 deletions

View File

@ -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);