From 02839815b3281c45b111c8dfdb37d6004d886fe9 Mon Sep 17 00:00:00 2001 From: mizantrop777 <30718125+mizantrop777@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:10:16 +0300 Subject: [PATCH] Update SourceQuery.php (#160) --- SourceQuery/SourceQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceQuery/SourceQuery.php b/SourceQuery/SourceQuery.php index ed7ee86..53f6b10 100644 --- a/SourceQuery/SourceQuery.php +++ b/SourceQuery/SourceQuery.php @@ -429,7 +429,7 @@ public function GetRules( ) : array $this->GetChallenge( self::A2S_RULES, self::S2A_RULES ); $this->Socket->Write( self::A2S_RULES, $this->Challenge ); - $Buffer = $this->Socket->Read( ); + $Buffer = $this->Socket->Read( 14000 ); // fix Rust long desc $Type = $Buffer->GetByte( );