Merge pull request #13 from sekjun9878/patch-1

Fix Typo on Rcon Library
pull/29/head
Pavel 11 years ago
commit 1253080377

@ -77,7 +77,7 @@
case SourceQuery :: SOURCE:
{
// Pack the packet together
$Command = Pack( 'VV', ++$this->RequestId, $Header ) . $String . "\x00\x00\x00";
$Command = Pack( 'VV', ++$this->RconRequestId, $Header ) . $String . "\x00\x00\x00";
// Prepend packet length
$Command = Pack( 'V', StrLen( $Command ) ) . $Command;

Loading…
Cancel
Save