refactored comment
All checks were successful
default-pipeline default-pipeline #118

This commit is contained in:
Balázs Vigh 2021-04-27 17:35:06 +02:00
parent 845d77ebda
commit be0f7b64b8

View File

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