diff options
Diffstat (limited to 'mesecons_luacontroller')
| -rw-r--r-- | mesecons_luacontroller/init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index b5ed12a..de3a972 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -353,7 +353,7 @@ lc_update = function (pos, event)  	save_memory(meta, mem)  	-- Actually set the ports -	minetest.after(0, action, pos, env.port) +	action(pos, env.port)  end  local reset_meta = function(pos, code, errmsg) | 
