mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 13:53:03 +00:00
//maze3d: fix crash
This commit is contained in:
parent
e0ba5d9810
commit
45711764da
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ wea_c.register_command("maze3d", {
|
|||
end,
|
||||
func = function(name, replace_node, seed, path_length, path_width, path_depth)
|
||||
local start_time = wea_c.get_ms_time()
|
||||
local pos1, pos2 = Vector3.sort(weac.pos.get12(name))
|
||||
local pos1, pos2 = Vector3.sort(wea_c.pos.get12(name))
|
||||
local replaced = wea.maze3d(
|
||||
pos1, pos2,
|
||||
replace_node,
|
||||
|
|
Loading…
Reference in a new issue