|
|
@ -66,7 +66,7 @@
|
|
|
|
public function Write( $Header, $String = '' )
|
|
|
|
public function Write( $Header, $String = '' )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Pack the packet together
|
|
|
|
// Pack the packet together
|
|
|
|
$Command = Pack( 'VV', ++$this->RconRequestId, $Header ) . $String . "\x00\x00\x00";
|
|
|
|
$Command = Pack( 'VV', ++$this->RconRequestId, $Header ) . $String . "\x00\x00";
|
|
|
|
|
|
|
|
|
|
|
|
// Prepend packet length
|
|
|
|
// Prepend packet length
|
|
|
|
$Command = Pack( 'V', StrLen( $Command ) ) . $Command;
|
|
|
|
$Command = Pack( 'V', StrLen( $Command ) ) . $Command;
|
|
|
|