forked from 2009Scape/Server
add redundant unlocks to penguin spy pulse
This commit is contained in:
parent
28efb3c5a7
commit
bc67e988cf
1 changed files with 5 additions and 0 deletions
|
|
@ -41,5 +41,10 @@ class PenguinSpyingHandler : InteractionListener(){
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
override fun stop() {
|
||||
super.stop()
|
||||
player.unlock()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue