We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0a32c commit 0283981Copy full SHA for 0283981
SourceQuery/SourceQuery.php
@@ -429,7 +429,7 @@ public function GetRules( ) : array
429
$this->GetChallenge( self::A2S_RULES, self::S2A_RULES );
430
431
$this->Socket->Write( self::A2S_RULES, $this->Challenge );
432
- $Buffer = $this->Socket->Read( );
+ $Buffer = $this->Socket->Read( 14000 ); // fix Rust long desc
433
434
$Type = $Buffer->GetByte( );
435
0 commit comments