mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
fixed missing underscore
This commit is contained in:
parent
8de2892907
commit
67baee7465
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
--- A wrapper to simultaniously handle global and world settings.
|
--- A wrapper to simultaniously handle global and world settings.
|
||||||
|
|
||||||
-- Initialize settings container
|
-- Initialize settings container
|
||||||
local weac = worldeditadditions_core
|
local wea_c = worldeditadditions_core
|
||||||
weac.settings = {}
|
wea_c.settings = {}
|
||||||
|
|
||||||
-- Initialize wea world folder if not already existing
|
-- Initialize wea world folder if not already existing
|
||||||
local path = minetest.get_worldpath() .. "/worldeditadditions"
|
local path = minetest.get_worldpath() .. "/worldeditadditions"
|
||||||
|
|
Loading…
Reference in a new issue