Game #23

Merged
schrom01 merged 43 commits from Game into main 2022-03-20 16:56:34 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a80ea0fa1c - Show all commits

View File

@ -180,6 +180,7 @@ public class Game implements GameSpecification {
} else { } else {
crashPosition = positionList.get(i - 1); crashPosition = positionList.get(i - 1);
} }
break;
} }
} }
if (crashPosition != null) { if (crashPosition != null) {