mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed spam casting Humidify consuming additional runes upon next cast
This commit is contained in:
parent
93d2c8f4aa
commit
ee9a704ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue