1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-25 14:40:31 -05:00

Bug fixes for server stability

This commit is contained in:
RaidMax
2015-08-17 15:38:42 -05:00
parent a0ccd3ffa8
commit d3e42541ea
11 changed files with 357 additions and 99 deletions

View File

@ -28,7 +28,8 @@ namespace IW4MAdmin
//We want to read the reponse
public String[] responseSendRCON(String message)
{
try
return null;
/* try
{
String STR_REQUEST = String.Empty;
if (message != "getstatus")
@ -89,7 +90,7 @@ namespace IW4MAdmin
sv_connection.Close();
sv_connection = new UdpClient();
return null;
}
}*/
}
public String[] addRCON(String Message)
@ -113,7 +114,7 @@ namespace IW4MAdmin
{
RCON_Request Current = toSend.Peek();
//Current.Response = responseSendRCON(Current.Request);
Utilities.executeCommand(Instance.pID(), Current.Request);
Utilities.executeCommand(Instance.pID(), Current.Request, Instance.lastCommandPointer);
toSend.Dequeue();
//Utilities.Wait(0.567);
Utilities.Wait(.3);