mirror of
https://github.com/minetest-mods/i3.git
synced 2025-12-17 13:35:49 +01:00
API doc clarification
This commit is contained in:
@@ -1695,7 +1695,7 @@ local function make_fs(player, data)
|
||||
|
||||
local tab = i3.tabs[data.tab]
|
||||
|
||||
if tab then
|
||||
if tab and tab.formspec then
|
||||
tab.formspec(player, data, fs)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user