Stuck scoring at zero fixed by regular map area update in session #24

Merged
balazs merged 5 commits from bugfix/scoring-stuck-at-zero into develop 2021-04-27 20:36:42 +02:00
Member
No description provided.
balazs added 1 commit 2021-04-27 16:50:33 +02:00
bence reviewed 2021-04-27 17:24:31 +02:00
@ -93,6 +93,11 @@ class GameController
'currentRound' => -1
]);
}
// update the area of the map in the session in any case
Owner

I would format it this way to be consistent:

        } else { // update the area of the map in the session in any case
            $state['area'] = $map->getArea();
            $session->set('state', $state);
        }

I would format it this way to be consistent: ```php } else { // update the area of the map in the session in any case $state['area'] = $map->getArea(); $session->set('state', $state); } ```
balazs added 1 commit 2021-04-27 17:35:46 +02:00
refactored comment
All checks were successful
default-pipeline default-pipeline #118
be0f7b64b8
balazs added 1 commit 2021-04-27 17:36:20 +02:00
Merge branch 'develop' into bugfix/scoring-stuck-at-zero
All checks were successful
default-pipeline default-pipeline #119
508a6899d8
balazs requested review from bence 2021-04-27 17:36:46 +02:00
balazs added 1 commit 2021-04-27 17:55:11 +02:00
removed extra line break
All checks were successful
default-pipeline default-pipeline #121
95553296bd
balazs added 1 commit 2021-04-27 17:56:55 +02:00
Merge branch 'develop' into bugfix/scoring-stuck-at-zero
All checks were successful
default-pipeline default-pipeline #123
a0d41c388b
bence approved these changes 2021-04-27 20:31:40 +02:00
balazs merged commit 56f3a9b380 into develop 2021-04-27 20:36:42 +02:00
bence deleted branch bugfix/scoring-stuck-at-zero 2021-04-27 20:38:26 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: esoko/mapguesser#24
No description provided.