that ain't work

This commit is contained in:
Evert Prants 2018-12-12 15:31:13 +02:00
parent b4a29af301
commit 482ed1b93c
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ function elepm.register_fuel_generator(nodename, nodedef)
nodedef.on_timer = function (pos, elapsed)
local refresh = false
local meta = minetest.get_meta(pos)
local nodename = minetest.get_node(pos).name
local burn_time = meta:get_int("burn_time")
local burn_totaltime = meta:get_int("burn_totaltime")