Skip to content

Commit

Permalink
Update Dungeon Start message
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Aug 4, 2023
1 parent cf4b0d4 commit 4f9c6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object DungeonTimer {
scoreShownAt = System.currentTimeMillis()
}

(message == "§r§aDungeon starts in 1 second.§r" || message == "§r§aDungeon starts in 1 second. Get ready!§r") && dungeonStartTime == -1L -> {
(message == "§r§aStarting in 1 second.§r") && dungeonStartTime == -1L -> {
dungeonStartTime = System.currentTimeMillis() + 1000
}

Expand Down

0 comments on commit 4f9c6d0

Please sign in to comment.