remove .php prefixes related to master server

This commit is contained in:
ihptru
2014-07-25 19:55:54 +04:00
parent 48bbac5c6f
commit 3ef8d76bfe
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
Game.RunAfterTick(() => RefreshServerListInner(games));
};
currentQuery = new Download(Game.Settings.Server.MasterServer + "list.php", _ => {}, onComplete);
currentQuery = new Download(Game.Settings.Server.MasterServer + "list", _ => {}, onComplete);
}
public void RefreshServerListInner(IEnumerable<GameServer> games)