Update GamePhases.kt

This commit is contained in:
bluefireoly
2020-09-14 20:13:15 +02:00
parent bffe6e026c
commit 7b77f81e6f

View File

@@ -40,7 +40,7 @@ class GamePhase(
start?.invoke()
kSpigot.task(
period = 20,
howOften = (length / 20) + 20,
howOften = (length / 20) + 1,
endCallback = {
end?.invoke()