Compare commits

..

No commits in common. "56f3a9b3801ced772882186f719d10d62f1b1cc2" and "092cc63148b121c93330bf4d112e87204186e0fd" have entirely different histories.

View File

@ -92,9 +92,6 @@ 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([