meta link fix

This commit is contained in:
VorTechnix 2021-07-18 17:27:21 -07:00
parent d94ebd7e54
commit 7f9c8796d0
2 changed files with 3 additions and 6 deletions

View file

@ -9,7 +9,7 @@
local we_cm = worldeditadditions_commands.modpath .. "/commands/meta/"
dofile(we_cm.."airapply.lua")
dofile(we_cm.."elipsoidapply.lua")
dofile(we_cm.."ellipsoidapply.lua")
dofile(we_cm.."many.lua")
dofile(we_cm.."multi.lua")
dofile(we_cm.."subdivide.lua")

View file

@ -37,11 +37,8 @@ dofile(we_c.modpath.."/commands/walls.lua")
dofile(we_c.modpath.."/commands/count.lua")
dofile(we_c.modpath.."/commands/meta/multi.lua")
dofile(we_c.modpath.."/commands/meta/many.lua")
dofile(we_c.modpath.."/commands/meta/subdivide.lua")
dofile(we_c.modpath.."/commands/meta/ellipsoidapply.lua")
dofile(we_c.modpath.."/commands/meta/airapply.lua")
-- Meta Commands
dofile(we_c.modpath.."/commands/meta/init.lua")
-- Selection Tools
dofile(we_c.modpath.."/commands/selectors/init.lua")