disable abm catch_up
This commit is contained in:
parent
315bdc9978
commit
849934c710
1
init.lua
1
init.lua
@ -277,6 +277,7 @@ minetest.register_abm({
|
|||||||
nodenames = {"teleport_potion:portal", "teleport_potion:pad"},
|
nodenames = {"teleport_potion:portal", "teleport_potion:pad"},
|
||||||
interval = 1,
|
interval = 1,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
|
catch_up = false,
|
||||||
|
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user