|
|
@ -145,11 +145,11 @@
|
|
|
|
// We do this stupid hack to handle split packets
|
|
|
|
// We do this stupid hack to handle split packets
|
|
|
|
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol#Multiple-packet_Responses
|
|
|
|
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol#Multiple-packet_Responses
|
|
|
|
if( StrLen( $Data ) >= 4000 )
|
|
|
|
if( StrLen( $Data ) >= 4000 )
|
|
|
|
{
|
|
|
|
|
|
|
|
do
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$this->Write( SourceQuery::SERVERDATA_RESPONSE_VALUE );
|
|
|
|
$this->Write( SourceQuery::SERVERDATA_RESPONSE_VALUE );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do
|
|
|
|
|
|
|
|
{
|
|
|
|
$Buffer = $this->Read( );
|
|
|
|
$Buffer = $this->Read( );
|
|
|
|
|
|
|
|
|
|
|
|
$Buffer->GetLong( ); // RequestID
|
|
|
|
$Buffer->GetLong( ); // RequestID
|
|
|
|