Compare commits
No commits in common. "56f3a9b3801ced772882186f719d10d62f1b1cc2" and "092cc63148b121c93330bf4d112e87204186e0fd" have entirely different histories.
56f3a9b380
...
092cc63148
@ -92,9 +92,6 @@ class GameController
|
||||
'rounds' => [],
|
||||
'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([
|
||||
|
Loading…
Reference in New Issue
Block a user