API doc: minor correction
This commit is contained in:
parent
44a6256589
commit
7e0feefc89
4
API.md
4
API.md
|
@ -17,9 +17,7 @@ i3.new_tab("stuff", {
|
||||||
-- Determine if the tab is visible by a player, `false` or `nil` hide the tab
|
-- Determine if the tab is visible by a player, `false` or `nil` hide the tab
|
||||||
access = function(player, data)
|
access = function(player, data)
|
||||||
local name = player:get_player_name()
|
local name = player:get_player_name()
|
||||||
if name == "singleplayer" then
|
return name == "singleplayer"
|
||||||
return false
|
|
||||||
end
|
|
||||||
end,
|
end,
|
||||||
|
|
||||||
formspec = function(player, data, fs)
|
formspec = function(player, data, fs)
|
||||||
|
|
Ŝarĝante…
Reference in New Issue