Fixed potential brimhaven exploit

This commit is contained in:
ceikry 2021-07-13 21:38:16 -05:00
parent a443a6189a
commit 0d718cf015

View file

@ -67,11 +67,15 @@ object BrimhavenUtils {
}
if (stage == 6) {
player.achievementDiaryManager.finishTask(player, DiaryType.KARAMJA, 1, 15)
ContentAPI.clearLogoutListener(player, "steppingstone")
}
AgilityHandler.forceWalk(player, -1, l, l.transform(direction), Animation.create(769), 10, 0.0, null)
return stage == 6
}
override fun stop() {
ContentAPI.clearLogoutListener(player, "steppingstone")
super.stop()
}
})
}