Fixed spam casting Humidify consuming additional runes upon next cast

This commit is contained in:
damighty 2025-08-18 13:50:53 +03:00 committed by Ryan
parent 93d2c8f4aa
commit ee9a704ad0

View file

@ -437,7 +437,7 @@ class LunarListeners : SpellListener("lunar"), Commands {
if(playerEmpties.isEmpty()) {
sendMessage(player, "You have nothing in your inventory that this spell can humidify.")
return
throw IllegalStateException()
}
removeRunes(player)