Skip to content

Commit 3d2cfea

Browse files
author
Jeija
committedMar 19, 2014
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...?
1 parent df6829e commit 3d2cfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mesecons_luacontroller/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ lc_update = function (pos, event)
353353
save_memory(meta, mem)
354354

355355
-- Actually set the ports
356-
minetest.after(0, action, pos, env.port)
356+
action(pos, env.port)
357357
end
358358

359359
local reset_meta = function(pos, code, errmsg)

0 commit comments

Comments
 (0)
Please sign in to comment.