diff --git a/api/src/main/java/de/erethon/dungeonsxl/api/dungeon/GameGoal.java b/api/src/main/java/de/erethon/dungeonsxl/api/dungeon/GameGoal.java index f7b2e3c5..113ca36e 100644 --- a/api/src/main/java/de/erethon/dungeonsxl/api/dungeon/GameGoal.java +++ b/api/src/main/java/de/erethon/dungeonsxl/api/dungeon/GameGoal.java @@ -103,7 +103,7 @@ public class GameGoal extends GameRuleContainer { /** * The game ends after a specific time. The goal is to survive until then. */ - TIME_SURVIVAL; + TIME_SURVIVAL(TIME_TO_FINISH); private GameRule[] components;