forked from 2009Scape/Server
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()) {
|
||||
sendMessage(player, "You have nothing in your inventory that this spell can humidify.")
|
||||
return
|
||||
throw IllegalStateException()
|
||||
}
|
||||
|
||||
removeRunes(player)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue