mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-12 09:50:45 -07:00
Fixed #11647
This commit is contained in:
parent
b587253ac0
commit
dd4b07b2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class HeatCrafter extends GenericCrafter{
|
|||
|
||||
@Override
|
||||
public boolean shouldConsume(){
|
||||
return (heatRequirement <= 0f || heat > 0) && super.canConsume();
|
||||
return (heatRequirement <= 0f || heat > 0) && super.shouldConsume();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue