1
0
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:
sfan5
2024-04-20 19:58:53 +02:00
parent 64195fd8f9
commit fd6c02cd68

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