forked from 2009Scape/Server
BF now saves the oreinpot attribute, fixing the bug of people not being able to smelt if they fill the BF with ore and coal and logging out before smelting
This commit is contained in:
parent
4ca143129a
commit
3ec8ea602b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class BlastFurnaceOre : AbstractNPC {
|
|||
if (counter == 0) {
|
||||
val animation = Animation(2434)
|
||||
animate(animation)
|
||||
owner?.setAttribute("OreInPot",true)
|
||||
owner?.setAttribute("/save:OreInPot",true)
|
||||
submitIndividualPulse(this, object : Pulse(animationDuration(animation)) {
|
||||
override fun pulse(): Boolean {
|
||||
clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue