Update kits

This commit is contained in:
TDSTOS
2025-12-11 19:47:40 +01:00
parent 05e0e2dcf9
commit c741739cdd
7 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ object TimeUtils {
fun scoreboardTimeFromState(): String
{
val currentTime = plugin.gameManager.getCurrentState()?.remainingSeconds
val currentTime = plugin.gameManager.getCurrentState()?.getRemainingSeconds()
?: throw IllegalArgumentException("Remaining seconds for state is null!")
return scoreboardTime( currentTime )
}