mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 01:10:22 +01:00
disable catching up for those abms to reduce possibly lag
This commit is contained in:
parent
1d95db4ecb
commit
1d954c5069
@ -117,5 +117,6 @@ minetest.register_abm({
|
||||
nodenames = {"moremesecons_jammer:jammer_on"},
|
||||
interval = 5,
|
||||
chance = 1,
|
||||
catch_up = false,
|
||||
action = add_jammer
|
||||
})
|
||||
|
@ -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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user