mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 14:33:34 +02:00
Pass length into ReadInternal
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
$Buffer = new Buffer( );
|
||||
$Buffer->Set( $this->PacketQueue->pop() );
|
||||
|
||||
$this->ReadInternal( $Buffer, [ $this, 'Sherlock' ] );
|
||||
$this->ReadInternal( $Buffer, $Length, [ $this, 'Sherlock' ] );
|
||||
|
||||
return $Buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user