summaryrefslogtreecommitdiff
path: root/worldedit_commands/init.lua
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-12-10 21:43:38 +0100
committersfan5 <sfan5@live.de>2016-12-10 21:54:51 +0100
commitf9311b2b15b2a63845d551be6aaab1d056262fe1 (patch)
treed36eb9cf765aa0e8d37d83fc272c74716cb2b3f5 /worldedit_commands/init.lua
parent15f0cea72ee3a0f52d9b95bb257782eafc6fb23a (diff)
Move wand.lua to worldedit_commands
Diffstat (limited to 'worldedit_commands/init.lua')
-rw-r--r--worldedit_commands/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua
index b9313cc..088191c 100644
--- a/worldedit_commands/init.lua
+++ b/worldedit_commands/init.lua
@@ -12,6 +12,7 @@ end
dofile(minetest.get_modpath("worldedit_commands") .. "/cuboid.lua")
dofile(minetest.get_modpath("worldedit_commands") .. "/mark.lua")
+dofile(minetest.get_modpath("worldedit_commands") .. "/wand.lua")
local safe_region, check_region = dofile(minetest.get_modpath("worldedit_commands") .. "/safe.lua")
local function get_position(name) --position 1 retrieval function for when not using `safe_region`