Minor style

This commit is contained in:
Jean-Patrick Guerrero 2020-07-27 18:03:50 +02:00
parent 50d19faa48
commit df26d31a2d

View File

@ -2137,7 +2137,7 @@ on_leaveplayer(function(player)
end)
function craftguide.show(name, item, show_usages)
if not true_str(name)then
if not true_str(name) then
return err "craftguide.show(): player name missing"
end