mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-20 10:03:51 +01:00
//airapply: fix rogue args_parsed
This commit is contained in:
@ -58,7 +58,7 @@ worldedit.register_command("airapply", {
|
|||||||
pos1, pos2,
|
pos1, pos2,
|
||||||
function()
|
function()
|
||||||
cmd.func(name, worldeditadditions.table.unpack(args_parsed))
|
cmd.func(name, worldeditadditions.table.unpack(args_parsed))
|
||||||
end, args_parsed
|
end
|
||||||
)
|
)
|
||||||
if not success then return success, stats_time end
|
if not success then return success, stats_time end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user