Skip to content

Commit 5afea42

Browse files
committedJul 4, 2016
Move cuboidapi.lua to correct place
1 parent 2aed498 commit 5afea42

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 
File renamed without changes.

Diff for: ‎worldedit/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ load_module(path .. "/serialization.lua")
3737
load_module(path .. "/code.lua")
3838
load_module(path .. "/compatibility.lua")
3939
load_module(path .. "/wand.lua")
40+
load_module(path .. "/cuboid.lua")
4041

4142

4243
if minetest.setting_getbool("log_mods") then

Diff for: ‎worldedit_commands/cuboid.lua

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
dofile(minetest.get_modpath("worldedit_commands") .. "/cuboidapi.lua")
2-
3-
41
minetest.register_chatcommand("/outset", {
52
params = "[h|v] <amount>",
63
description = "outset the selection",

0 commit comments

Comments
 (0)
Please sign in to comment.