From 849934c710d456e032cb0923f215848b02e8db96 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 7 Nov 2015 20:54:57 +0000 Subject: [PATCH] disable abm catch_up --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 17a131a..8299597 100755 --- a/init.lua +++ b/init.lua @@ -277,6 +277,7 @@ minetest.register_abm({ nodenames = {"teleport_potion:portal", "teleport_potion:pad"}, interval = 1, chance = 1, + catch_up = false, action = function(pos, node, active_object_count, active_object_count_wider)