This commit is contained in:
Jean-Patrick Guerrero 2020-02-09 01:53:35 +01:00
parent aa9f7d6da3
commit e2cdfc28b0
1 changed files with 2 additions and 0 deletions

View File

@ -1604,6 +1604,8 @@ local function fields(player, _f)
return
elseif sub(item, -4) == "_inv" then
item = sub(item, 1, -5)
elseif sub(item, 1, 1) == "_" then
item = sub(item, 2)
end
item = reg_aliases[item] or item