From 3d2cfeace8d19ee27e1111523d11158fa7d045a8 Mon Sep 17 00:00:00 2001
From: Jeija <jeija@mesecons.net>
Date: Wed, 19 Mar 2014 14:47:22 +0100
Subject: 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...?
---
 mesecons_luacontroller/init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mesecons_luacontroller')

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)
-- 
cgit v1.2.3