Update init.lua

This commit is contained in:
VorTechnix 2024-10-23 16:12:19 -07:00
parent cbfd695d72
commit 9f85a7ca0d
No known key found for this signature in database
GPG Key ID: 091E91A69545D5BA

@ -1,5 +1,5 @@
local wea_c = worldeditadditions_core local wea_c = worldeditadditions_core
wea_c.path = { wea_c.path = {
file_path = dofile(wea_c.modpath.."/utils/format/file_path.lua"), join = dofile(wea_c.modpath.."/utils/format/join.lua"),
} }