forked from VoxeLibre/VoxeLibre
Fix typo
This commit is contained in:
parent
e40dddbb04
commit
9d42f6391b
|
@ -6,7 +6,7 @@ local S = minetest.get_translator(modname)
|
|||
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
|
||||
default = tonumber(minetest.settings:get("mcl_health_regen_delay")) or 0.5,
|
||||
})
|
||||
local natural_regeneration = vl_tuning.settings("gamerule:naturalRegeneration", "bool", {
|
||||
local natural_regeneration = vl_tuning.setting("gamerule:naturalRegeneration", "bool", {
|
||||
default = true,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue