From 922a3fd6c7aadda32e8e57d57acee3a9b9ca2b32 Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Tue, 29 Jan 2019 18:27:40 +0100 Subject: [PATCH] biogasmachines: gasfurnace: minor typos fixed. Signed-off-by: Michal Cieslakiewicz --- biogasmachines/gasfurnace.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biogasmachines/gasfurnace.lua b/biogasmachines/gasfurnace.lua index 80d3b80..109412d 100644 --- a/biogasmachines/gasfurnace.lua +++ b/biogasmachines/gasfurnace.lua @@ -149,7 +149,7 @@ end ]]-- -- reset processing data -local function state_meta_reset(pos, meta, oldstate) +local function state_meta_reset(pos, meta) meta:set_int("item_ticks", -1) meta:set_int("item_total", -1) end @@ -256,7 +256,7 @@ local function countdown_to_halt(pos, meta, target_state) return true end --- countdown to one of two states depending of fuel availability +-- countdown to one of two states depending on fuel availability local function fuel_countdown_to_halt(pos, meta, target_state_fuel, target_state_empty) local inv = meta:get_inventory() local fuel = meta:get_int("fuel_ticks")