Fix Typo on Rcon Library

pull/13/head
Michael Yoo 11 years ago
parent 464dedc78b
commit 2679623564

@ -77,7 +77,7 @@
case SourceQuery :: SOURCE: case SourceQuery :: SOURCE:
{ {
// Pack the packet together // 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 // Prepend packet length
$Command = Pack( 'V', StrLen( $Command ) ) . $Command; $Command = Pack( 'V', StrLen( $Command ) ) . $Command;

Loading…
Cancel
Save