Stuck scoring at zero fixed by regular map area update in session #24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/scoring-stuck-at-zero"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -93,6 +93,11 @@ class GameController
'currentRound' => -1
]);
}
// update the area of the map in the session in any case
I would format it this way to be consistent: