Skip to content

Commit

Permalink
Fix #83 (experimental)
Browse files Browse the repository at this point in the history
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...?
  • Loading branch information
Jeija committed Mar 19, 2014
1 parent df6829e commit 3d2cfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_luacontroller/init.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 3d2cfea

Please sign in to comment.