Fixes lit furnace issue in #2051
This commit is contained in:
parent
007bac638b
commit
6128e3f7cd
@ -189,6 +189,7 @@ void cFurnaceEntity::BurnNewFuel(void)
|
|||||||
// Is the input and output ready for cooking?
|
// Is the input and output ready for cooking?
|
||||||
if (!CanCookInputToOutput())
|
if (!CanCookInputToOutput())
|
||||||
{
|
{
|
||||||
|
SetBurnTimes(0, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user