Enforce nodetimer_interval to 0.1 for everyone

This commit is contained in:
JPG 2017-01-07 01:51:46 +01:00
parent 6f773427c1
commit c50521b3cf

View File

@ -1,7 +1,6 @@
--[[ Thanks to sofar for helping with that code.
Recommended setting in minetest.conf (requires 0.4.14 or newer) :
nodetimer_interval = 0.1
]]
-- Thanks to sofar for helping with that code.
minetest.setting_set("nodetimer_interval", 0.1)
local plate = {}
screwdriver = screwdriver or {}