mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Minor style
This commit is contained in:
parent
50d19faa48
commit
df26d31a2d
2
init.lua
2
init.lua
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user