mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-11 15:07:28 +01:00
//convolve: fix wea.convolve returns false, then return the associated error message
This commit is contained in:
parent
9ccd62845f
commit
47303acac1
@ -63,6 +63,7 @@ worldedit.register_command("convolve", {
|
||||
worldedit.pos1[name], worldedit.pos2[name],
|
||||
kernel, kernel_size
|
||||
)
|
||||
if not success then return success, stats end
|
||||
|
||||
local time_taken = worldeditadditions.get_ms_time() - start_time
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user