mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-11-20 05:25:22 +01:00
fix whitespace
This commit is contained in:
@@ -23,7 +23,6 @@ function worldedit.lua(code, name)
|
|||||||
local good, err = pcall(func, name, player, pos)
|
local good, err = pcall(func, name, player, pos)
|
||||||
if not good then -- Runtime error
|
if not good then -- Runtime error
|
||||||
return tostring(err)
|
return tostring(err)
|
||||||
|
|
||||||
end
|
end
|
||||||
return nil, dump(err)
|
return nil, dump(err)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user