mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
//airapply: fix rogue args_parsed
This commit is contained in:
parent
fcd4de3429
commit
6cd367915d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ worldedit.register_command("airapply", {
|
|||
pos1, pos2,
|
||||
function()
|
||||
cmd.func(name, worldeditadditions.table.unpack(args_parsed))
|
||||
end, args_parsed
|
||||
end
|
||||
)
|
||||
if not success then return success, stats_time end
|
||||
|
||||
|
|
Loading…
Reference in a new issue