summaryrefslogtreecommitdiff
path: root/worldedit_commands/init.lua
diff options
context:
space:
mode:
authorDaniel Sosa <sosa.daniel23@gmail.com>2015-01-02 21:45:25 -0600
committerDaniel Sosa <sosa.daniel23@gmail.com>2016-07-03 21:44:02 -0500
commit9e087ff995e7fccde690832a390741a43a824109 (patch)
treee91ea912a299af69edef10814b0e5cbaeec05cf8 /worldedit_commands/init.lua
parentb23e92921c4e6f380767ca4be82608bb3de66483 (diff)
Add outset, inset, shift and initial draft of expand
Diffstat (limited to 'worldedit_commands/init.lua')
-rw-r--r--worldedit_commands/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua
index c93a760..30e6f9a 100644
--- a/worldedit_commands/init.lua
+++ b/worldedit_commands/init.lua
@@ -1182,3 +1182,5 @@ minetest.register_chatcommand("/clearobjects", {
worldedit.player_notify(name, count .. " objects cleared")
end),
})
+
+dofile(minetest.get_modpath("worldedit_commands") .. "/area.lua")