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

@@ -63,7 +63,7 @@ namespace OpenRA.Mods.RA.Server
{
try
{
var url = "ping.php?port={0}&name={1}&state={2}&players={3}&bots={4}&mods={5}&map={6}&maxplayers={7}&spectators={8}&protected={9}";
var url = "ping?port={0}&name={1}&state={2}&players={3}&bots={4}&mods={5}&map={6}&maxplayers={7}&spectators={8}&protected={9}";
if (isInitialPing) url += "&new=1";
using (var wc = new WebClient())