hooked up UAS Parse

This commit is contained in:
VorTechnix 2024-09-18 21:01:46 -07:00
parent d635bec9f3
commit d6c452a221
No known key found for this signature in database
GPG Key ID: 091E91A69545D5BA

@ -41,6 +41,7 @@ dofile(wea_cmd.modpath.."/commands/revolve.lua")
dofile(wea_cmd.modpath.."/commands/rotate.lua")
dofile(wea_cmd.modpath.."/commands/orient.lua")
dofile(wea_cmd.modpath.."/commands/set.lua")
dofile(wea_cmd.modpath.."/commands/uasparse.lua")
-- Meta Commands
dofile(wea_cmd.modpath .. "/commands/meta/init.lua")