Update GameStateListener.kt

This commit is contained in:
TDSTOS
2026-03-27 02:18:15 +01:00
parent 07c2963e71
commit 9682df5bf9

View File

@@ -29,7 +29,7 @@ class GameStateListener : Listener {
private val plugin = SpeedHG.instance private val plugin = SpeedHG.instance
private val gameManager = plugin.gameManager private val gameManager = plugin.gameManager
private val feastStarted = false // später ersetzen private val feastStarted get() = gameManager.feastManager.hasSpawned
@EventHandler @EventHandler
fun onLeavesDecay( fun onLeavesDecay(