fixed missing underscore

This commit is contained in:
VorTechnix 2023-05-28 08:37:57 -07:00
parent 8de2892907
commit 67baee7465
1 changed files with 2 additions and 2 deletions

View File

@ -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"