This commit is contained in:
parent
845d77ebda
commit
be0f7b64b8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user