mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Fix typo
This commit is contained in:
parent
a9577162f1
commit
45bdc892f2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ local S = minetest.get_translator(modname)
|
||||||
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
|
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
|
||||||
default = tonumber(minetest.settings:get("mcl_health_regen_delay")) or 0.5,
|
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,
|
default = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue