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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user