feature/avoid-repeating-places-in-game #38

Merged
balazs merged 14 commits from feature/avoid-repeating-places-in-game into develop 2021-05-09 10:58:54 +02:00
Showing only changes of commit 886bd02f88 - Show all commits

View File

@ -154,7 +154,7 @@ class GameFlowController
$this->saveVisit($last); $this->saveVisit($last);
return new JsonContent($response, $last); return new JsonContent($response);
} }
// save the selected place for the round in UserPlayedPlace // save the selected place for the round in UserPlayedPlace