mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
hooked up UAS Parse
This commit is contained in:
parent
d635bec9f3
commit
d6c452a221
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue