From d6b54514bfddac3a2b3fe2a1729b822a79a2e99a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 16 Jun 2011 19:43:28 +0300 Subject: [PATCH] hopefully fixed old furnaces taking ridiculous amounts of cpu and halting the server --- src/nodemetadata.cpp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/nodemetadata.cpp b/src/nodemetadata.cpp index f9468e4f..6822173c 100644 --- a/src/nodemetadata.cpp +++ b/src/nodemetadata.cpp @@ -299,7 +299,11 @@ bool FurnaceNodeMetadata::step(float dtime) m_src_time = 0; m_src_totaltime = 0; } - + + /* + If fuel is burning, increment the burn counters. + If item finishes cooking, move it to result. + */ if(m_fuel_time < m_fuel_totaltime) { //dstream<<"Furnace is active"<