From be0f7b64b8897560721800a7807c4d55fff77010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vigh?= Date: Tue, 27 Apr 2021 17:35:06 +0200 Subject: [PATCH] refactored comment --- src/Controller/GameController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Controller/GameController.php b/src/Controller/GameController.php index aca55b7..5fbe09b 100644 --- a/src/Controller/GameController.php +++ b/src/Controller/GameController.php @@ -93,8 +93,7 @@ class GameController 'currentRound' => -1 ]); } - // update the area of the map in the session in any case - else { + else { // update the area of the map in the session in any case $state['area'] = $map->getArea(); $session->set('state', $state); }