Visible prost in HealthPanel

This commit is contained in:
ZioPao
2024-03-21 12:26:48 +01:00
parent ec44e4a29e
commit 0e911ec860
6 changed files with 24 additions and 5 deletions

View File

@@ -62,7 +62,6 @@ function ItemsController.Player.DeleteOldAmputationItem(playerObj, limbName)
local othLimbName = partName .. "_" .. side
local othClothingItemName = StaticData.AMPUTATION_CLOTHING_ITEM_BASE .. othLimbName
-- TODO FindAndReturn could return an ArrayList. We need to check for that
local othClothingItem = playerObj:getInventory():FindAndReturn(othClothingItemName)