Error fixing and code cleanup

This commit is contained in:
Pauli Jokela
2016-12-16 21:44:07 +02:00
parent 2da3351935
commit 3fcc651262
7 changed files with 9 additions and 211 deletions
+6
View File
@@ -52,6 +52,12 @@ function RconService()
if ( identifier == null )
identifier = -1;
if ( s.Socket == null )
return;
if ( !s.IsConnected )
return;
var packet =
{
Identifier: identifier,