RedstoneFuture 1 rok pred
rodič
commit
b7a4d9e443

+ 1 - 0
missilewars-plugin/src/main/java/de/butzlabben/missilewars/game/misc/ScoreboardManager.java

@@ -236,6 +236,7 @@ public class ScoreboardManager {
             // Show the remaining duration of the running game:
             // Show the remaining duration of the running game:
             time = Integer.toString(game.getTaskManager().getTimer().getSeconds() / 60);
             time = Integer.toString(game.getTaskManager().getTimer().getSeconds() / 60);
         } else if (game.getState() == GameState.END) {
         } else if (game.getState() == GameState.END) {
+            // Show the remaining duration of the last game:
             time = Integer.toString(game.getRemainingGameDuration() / 60);
             time = Integer.toString(game.getRemainingGameDuration() / 60);
         }
         }