1
0
Fork 0

Disable test tab

This commit is contained in:
AFCMS 2022-09-10 01:06:53 +02:00
parent fbb51835b3
commit 04a58ddd24
Signed by untrusted user: AFCMS
GPG Key ID: 8720389A25B652E3
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ mcl_inventory.register_survival_inventory_tab({
handle = function() end,
})
--
--[[
mcl_inventory.register_survival_inventory_tab({
id = "test",
description = "Test",
@ -173,7 +173,7 @@ mcl_inventory.register_survival_inventory_tab({
handle = function(player, fields)
print(dump(fields))
end,
})
})]]
---@param player ObjectRef
function mcl_inventory.build_survival_formspec(player)