Skip to content

Commit

Permalink
Display pause allowed message for longer
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Aug 1, 2024
1 parent 167edd0 commit eeb57a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class LeagueGameHandler(multiverseId: Long, server: WotwBackendServer) :
Your in-game time passed ${getSeasonMinimumInGameTimeToAllowBreaks() / 60.0} minutes.
You are #allowed to take a break# from this game now.
To do that, close the game completely after hitting a checkpoint.
""".trimIndent())
""".trimIndent(), 10f)
)
}

Expand Down

0 comments on commit eeb57a2

Please sign in to comment.