Fix #83 (experimental)

Why did we actually put the update action in a queue again? Whatever issue it that was for, I couldn't reproduce it.
Propably the ActionQueue fixed that...?
This commit is contained in:
Jeija 2014-03-19 14:47:22 +01:00
parent df6829e553
commit 3d2cfeace8
1 changed files with 1 additions and 1 deletions

View File

@ -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)