diff options
author | sfan5 <sfan5@live.de> | 2016-07-04 19:57:48 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2016-07-04 19:57:48 +0200 |
commit | 5afea424ba4cf233fb2f7fe48072d4b11e7584da (patch) | |
tree | 9e34ce1d7a98117968613cd9b27af30c9650daf2 /worldedit_commands/cuboid.lua | |
parent | 2aed4988493b76ac42ff4e39838998cb1330913e (diff) |
Move cuboidapi.lua to correct place
Diffstat (limited to 'worldedit_commands/cuboid.lua')
-rw-r--r-- | worldedit_commands/cuboid.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/worldedit_commands/cuboid.lua b/worldedit_commands/cuboid.lua index 065c2ca..88f0260 100644 --- a/worldedit_commands/cuboid.lua +++ b/worldedit_commands/cuboid.lua @@ -1,6 +1,3 @@ -dofile(minetest.get_modpath("worldedit_commands") .. "/cuboidapi.lua") - - minetest.register_chatcommand("/outset", { params = "[h|v] <amount>", description = "outset the selection", |