fix whitespace

This commit is contained in:
sfan5 2024-04-20 19:58:53 +02:00
parent 64195fd8f9
commit fd6c02cd68
1 changed files with 0 additions and 1 deletions

View File

@ -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