mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-13 06:00:19 +01:00
Move cuboidapi.lua to correct place
This commit is contained in:
parent
2aed498849
commit
5afea424ba
|
@ -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
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
dofile(minetest.get_modpath("worldedit_commands") .. "/cuboidapi.lua")
|
||||
|
||||
|
||||
minetest.register_chatcommand("/outset", {
|
||||
params = "[h|v] <amount>",
|
||||
description = "outset the selection",
|
||||
|
|
Loading…
Reference in New Issue
Block a user