Error fixing and code cleanup
This commit is contained in:
@@ -52,6 +52,12 @@ function RconService()
|
||||
if ( identifier == null )
|
||||
identifier = -1;
|
||||
|
||||
if ( s.Socket == null )
|
||||
return;
|
||||
|
||||
if ( !s.IsConnected )
|
||||
return;
|
||||
|
||||
var packet =
|
||||
{
|
||||
Identifier: identifier,
|
||||
|
||||
Reference in New Issue
Block a user