mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 09:33:52 +01:00
//airapply: fix rogue args_parsed
This commit is contained in:
parent
fcd4de3429
commit
6cd367915d
@ -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 New Issue
Block a user