mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 01:46:00 +02:00
@@ -465,7 +465,7 @@
|
|||||||
$Header = self::A2S_SERVERQUERY_GETCHALLENGE;
|
$Header = self::A2S_SERVERQUERY_GETCHALLENGE;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->Socket->Write( $Header, 0xFFFFFFFF );
|
$this->Socket->Write( $Header, "\xFF\xFF\xFF\xFF" );
|
||||||
$Buffer = $this->Socket->Read( );
|
$Buffer = $this->Socket->Read( );
|
||||||
|
|
||||||
$Type = $Buffer->GetByte( );
|
$Type = $Buffer->GetByte( );
|
||||||
|
|||||||
Reference in New Issue
Block a user