1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

fixed another issue with config creation

fixed issue with player count
added topstats command
This commit is contained in:
RaidMax
2015-03-10 16:56:01 -05:00
parent 57ddbebd8c
commit 74312d5b4e
9 changed files with 76 additions and 15 deletions

View File

@ -29,7 +29,7 @@ namespace IW4MAdmin
return result;
}
catch (System.Net.WebException E)
catch (System.Net.WebException)
{
return null;
}
@ -43,7 +43,7 @@ namespace IW4MAdmin
Resp.Close();
}
catch (System.Net.WebException E)
catch (System.Net.WebException)
{
return;
}