mirror of
https://github.com/minetest-mods/i3.git
synced 2025-02-04 14:30:24 +01:00
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
|
||||
access = function(player, data)
|
||||
local name = player:get_player_name()
|
||||
if name == "singleplayer" then
|
||||
return false
|
||||
end
|
||||
return name == "singleplayer"
|
||||
end,
|
||||
|
||||
formspec = function(player, data, fs)
|
||||
|
Loading…
Reference in New Issue
Block a user