This commit is contained in:
parent
845d77ebda
commit
be0f7b64b8
@ -93,8 +93,7 @@ class GameController
|
|||||||
'currentRound' => -1
|
'currentRound' => -1
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
// 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
|
||||||
else {
|
|
||||||
$state['area'] = $map->getArea();
|
$state['area'] = $map->getArea();
|
||||||
$session->set('state', $state);
|
$session->set('state', $state);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user