Skip to content
Snippets Groups Projects
Commit 849934c7 authored by TenPlus1's avatar TenPlus1
Browse files

disable abm catch_up

parent 315bdc99
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment