Move stuff to HUD

This commit is contained in:
Jean-Patrick Guerrero
2021-11-26 04:58:57 +01:00
parent 54ba95ac80
commit b3f1cf255d
3 changed files with 23 additions and 21 deletions

View File

@ -20,7 +20,7 @@ local trash = create_inventory("i3_trash", {
trash:set_size("main", 1)
local function init_inventories(player)
local function init_detached(player)
local name = player:get_player_name()
local output_rcp = create_inventory(fmt("i3_output_rcp_%s", name), {}, name)
@ -30,4 +30,4 @@ local function init_inventories(player)
output_usg:set_size("main", 1)
end
return init_inventories
return init_detached