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 48307b5 commit 0d7f795Copy full SHA for 0d7f795
SourceQuery/SourceQuery.php
@@ -383,7 +383,7 @@ public function GetPlayers( ) : array
383
$this->GetChallenge( self::A2S_PLAYER, self::S2A_PLAYER );
384
385
$this->Socket->Write( self::A2S_PLAYER, $this->Challenge );
386
- $Buffer = $this->Socket->Read( 14000 ); // Moronic Arma 3 developers do not split their packets, so we have to read more data
+ $Buffer = $this->Socket->Read( 14000 ); // Arma 3 developers do not split their packets, so we have to read more data
387
// This violates the protocol spec, and they probably should fix it: https://developer.valvesoftware.com/wiki/Server_queries#Protocol
388
389
$Type = $Buffer->GetByte( );
0 commit comments