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