mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-02-17 00:22:22 +01:00
Minor style
This commit is contained in:
2
init.lua
2
init.lua
@ -2137,7 +2137,7 @@ on_leaveplayer(function(player)
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
function craftguide.show(name, item, show_usages)
|
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"
|
return err "craftguide.show(): player name missing"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user