mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-07 07:39:32 +01:00
Fix typo in variable name
This commit is contained in:
parent
0802c6102e
commit
859d1eabd3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ local CHATTER_US = TOUCH_CHATTER_TIME * 1000000
|
|||
local nether_portal_creative_delay = vl_tuning.setting("gamerule:playersNetherPortalCreativeDelay", "number", {
|
||||
default = 0,
|
||||
})
|
||||
local nether_port_survival_delay = vl_tuning.setting("gamerule:playersNetherPortalDefaultDelay", "number", {
|
||||
local nether_portal_survival_delay = vl_tuning.setting("gamerule:playersNetherPortalDefaultDelay", "number", {
|
||||
default = 4,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue