Skip to content

Commit 0d7f795

Browse files
authored
Update SourceQuery.php
1 parent 48307b5 commit 0d7f795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceQuery/SourceQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function GetPlayers( ) : array
383383
$this->GetChallenge( self::A2S_PLAYER, self::S2A_PLAYER );
384384

385385
$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
386+
$Buffer = $this->Socket->Read( 14000 ); // Arma 3 developers do not split their packets, so we have to read more data
387387
// This violates the protocol spec, and they probably should fix it: https://developer.valvesoftware.com/wiki/Server_queries#Protocol
388388

389389
$Type = $Buffer->GetByte( );

0 commit comments

Comments
 (0)