1
0
Fork 0

Fixes lit furnace issue in #2051

This commit is contained in:
haotnn 2015-05-18 23:19:03 -07:00
parent 007bac638b
commit 6128e3f7cd
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ void cFurnaceEntity::BurnNewFuel(void)
// Is the input and output ready for cooking?
if (!CanCookInputToOutput())
{
SetBurnTimes(0, 0);
return;
}