removed extra line break
All checks were successful
default-pipeline default-pipeline #121

This commit is contained in:
Balázs Vigh 2021-04-27 17:54:47 +02:00
parent 508a6899d8
commit 95553296bd

View File

@ -92,8 +92,7 @@ class GameController
'rounds' => [], 'rounds' => [],
'currentRound' => -1 'currentRound' => -1
]); ]);
} } else { // update the area of the map in the session in any case
else { // update the area of the map in the session in any case
$state['area'] = $map->getArea(); $state['area'] = $map->getArea();
$session->set('state', $state); $session->set('state', $state);
} }