mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
Pass length into ReadInternal
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
abstract public function Write( $Header, $String = '' );
|
||||
abstract public function Read( $Length = 1400 );
|
||||
|
||||
protected function ReadInternal( $Buffer, $SherlockFunction )
|
||||
protected function ReadInternal( $Buffer, $Length, $SherlockFunction )
|
||||
{
|
||||
if( $Buffer->Remaining( ) === 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user