Skip to content

Commit

Permalink
Update SourceQuery.php (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizantrop777 authored Aug 4, 2024
1 parent 7f0a32c commit 0283981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceQuery/SourceQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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( );

Expand Down

0 comments on commit 0283981

Please sign in to comment.