mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-01 23:50:36 +02: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)
|
||||
if not good then -- Runtime error
|
||||
return tostring(err)
|
||||
|
||||
end
|
||||
return nil, dump(err)
|
||||
end
|
||||
|
Reference in New Issue
Block a user