mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
fixed missing underscore
This commit is contained in:
parent
8de2892907
commit
67baee7465
@ -1,8 +1,8 @@
|
||||
--- A wrapper to simultaniously handle global and world settings.
|
||||
|
||||
-- Initialize settings container
|
||||
local weac = worldeditadditions_core
|
||||
weac.settings = {}
|
||||
local wea_c = worldeditadditions_core
|
||||
wea_c.settings = {}
|
||||
|
||||
-- Initialize wea world folder if not already existing
|
||||
local path = minetest.get_worldpath() .. "/worldeditadditions"
|
||||
|
Loading…
Reference in New Issue
Block a user