disable abm catch_up

master
TenPlus1 2015-11-07 20:54:57 +00:00
parent 315bdc9978
commit 849934c710
1 changed files with 1 additions and 0 deletions

View File

@ -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)