some other stuff that I forgot to push

This commit is contained in:
Pao
2023-03-13 23:48:47 +01:00
parent f4069e2a7f
commit bf5a762ed2

View File

@@ -201,7 +201,7 @@ function ISWearClothing:isValid()
local formattedItemName = string.format(itemToCheck, side) local formattedItemName = string.format(itemToCheck, side)
if string.find(itemFullType, formattedItemName) then if string.find(itemFullType, formattedItemName) then
if limbsData[side .. "_UpperArm"].isCut then if limbsData[TOC_Common.ConcatPartName(side, "UpperArm")].isCut then
return false return false
end end
end end