separate init for meta commands

This commit is contained in:
VorTechnix 2021-07-18 13:12:45 -07:00
parent 5ea6ac18d2
commit d94ebd7e54

View file

@ -0,0 +1,16 @@
-- ███ ███ ███████ ████████ █████
-- ████ ████ ██ ██ ██ ██
-- ██ ████ ██ █████ ██ ███████
-- ██ ██ ██ ██ ██ ██ ██
-- ██ ██ ███████ ██ ██ ██
-- Commands that work on other commands.
local we_cm = worldeditadditions_commands.modpath .. "/commands/meta/"
dofile(we_cm.."airapply.lua")
dofile(we_cm.."elipsoidapply.lua")
dofile(we_cm.."many.lua")
dofile(we_cm.."multi.lua")
dofile(we_cm.."subdivide.lua")
-- dofile(we_cm.."for.lua")