Small Stonecraft/Minetest mod that prevents ABM execution when the server is lagging.
Author: MrCerealGuy [email protected]
Usage:
minetest.register_abm({
[..]
action = function(..)
if not abm_allowed.yes then
return
end
end
[..]
})