refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset.

This commit is contained in:
Daniel Sosa
2015-01-03 19:46:59 -06:00
parent ae29a9f064
commit 8d213d32a0
4 changed files with 344 additions and 455 deletions

View File

@ -1183,4 +1183,4 @@ minetest.register_chatcommand("/clearobjects", {
end),
})
dofile(minetest.get_modpath("worldedit_commands") .. "/area.lua")
dofile(minetest.get_modpath("worldedit_commands") .. "/cuboid.lua")