mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	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:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user