We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | while ($this->db->nextRecord()) { |
| 326 | 326 | try { |
| 327 | 327 | $otherPlayer = SmrPlayer::getPlayer($this->db->getInt('from_account_id'), |
| 328 | - $this->getGameID(), $forceUpdate); |
|
| 328 | + $this->getGameID(), $forceUpdate); |
|
| 329 | 329 | } catch (PlayerNotFoundException $e) { |
| 330 | 330 | // Skip players that have not joined this game |
| 331 | 331 | continue; |
@@ -885,9 +885,9 @@ discard block |
||
| 885 | 885 | */ |
| 886 | 886 | public function canFight() : bool { |
| 887 | 887 | return !($this->hasNewbieTurns() || |
| 888 | - $this->isDead() || |
|
| 889 | - $this->isLandedOnPlanet() || |
|
| 890 | - $this->hasFederalProtection()); |
|
| 888 | + $this->isDead() || |
|
| 889 | + $this->isLandedOnPlanet() || |
|
| 890 | + $this->hasFederalProtection()); |
|
| 891 | 891 | } |
| 892 | 892 | |
| 893 | 893 | public function setDead(bool $bool) : void { |