mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Cooking on a fire that burns out will now stop any active cooking actions
This commit is contained in:
parent
cc2e5f8775
commit
4d652e7f02
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class IntentionalBurnPulse extends StandardCookingPulse {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean checkRequirements() {
|
public boolean checkRequirements() {
|
||||||
return true;
|
return object.isActive();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue