Navigation Menu

Skip to content

Commit

Permalink
Move cuboidapi.lua to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 4, 2016
1 parent 2aed498 commit 5afea42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions worldedit/init.lua
Expand Up @@ -37,6 +37,7 @@ load_module(path .. "/serialization.lua")
load_module(path .. "/code.lua")
load_module(path .. "/compatibility.lua")
load_module(path .. "/wand.lua")
load_module(path .. "/cuboid.lua")


if minetest.setting_getbool("log_mods") then
Expand Down
3 changes: 0 additions & 3 deletions 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",
Expand Down

0 comments on commit 5afea42

Please sign in to comment.