forked from minetest-mods/MoreMesecons
disable catching up for those abms to reduce possibly lag
This commit is contained in:
@ -117,5 +117,6 @@ minetest.register_abm({
|
||||
nodenames = {"moremesecons_jammer:jammer_on"},
|
||||
interval = 5,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
action = add_jammer
|
||||
})
|
||||
|
Reference in New Issue
Block a user