change serverlist url

This commit is contained in:
Menche 2016-08-10 17:40:49 -07:00
parent ee6d67d681
commit b112b35422
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);