Skip to content

Commit

Permalink
Update Arma3.php
Browse files Browse the repository at this point in the history
Remove end of line whitespaces
  • Loading branch information
Patrick authored May 22, 2022
1 parent 5e99654 commit 73ebb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GameQ/Protocols/Arma3.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Arma3 extends Source

/**
* DLC Flags/Bits as defined in the documentation.
*
*
* @see https://community.bistudio.com/wiki/Arma_3:_ServerBrowserProtocol3
*
* @var array
Expand Down Expand Up @@ -178,7 +178,7 @@ protected function processRules(Buffer $buffer)

// Loop over the mods
while ($modCount) {
// Read the mods hash
// Read the mods hash
$result->addSub('mods', 'hash', dechex($responseBuffer->readInt32()));

// Get the information byte containing DLC flag and steamId length
Expand Down

0 comments on commit 73ebb14

Please sign in to comment.