Compare commits
6 Commits
092cc63148
...
56f3a9b380
Author | SHA1 | Date | |
---|---|---|---|
56f3a9b380 | |||
a0d41c388b | |||
95553296bd | |||
508a6899d8 | |||
be0f7b64b8 | |||
845d77ebda |
@ -92,6 +92,9 @@ class GameController
|
|||||||
'rounds' => [],
|
'rounds' => [],
|
||||||
'currentRound' => -1
|
'currentRound' => -1
|
||||||
]);
|
]);
|
||||||
|
} else { // update the area of the map in the session in any case
|
||||||
|
$state['area'] = $map->getArea();
|
||||||
|
$session->set('state', $state);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new JsonContent([
|
return new JsonContent([
|
||||||
|
Loading…
Reference in New Issue
Block a user