Fixed spam casting Humidify consuming additional runes upon next cast
This commit is contained in:
@@ -437,7 +437,7 @@ class LunarListeners : SpellListener("lunar"), Commands {
|
|||||||
|
|
||||||
if(playerEmpties.isEmpty()) {
|
if(playerEmpties.isEmpty()) {
|
||||||
sendMessage(player, "You have nothing in your inventory that this spell can humidify.")
|
sendMessage(player, "You have nothing in your inventory that this spell can humidify.")
|
||||||
return
|
throw IllegalStateException()
|
||||||
}
|
}
|
||||||
|
|
||||||
removeRunes(player)
|
removeRunes(player)
|
||||||
|
|||||||
Reference in New Issue
Block a user