diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index 9751c4ef..a1db6293 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -179,7 +179,7 @@ export default function clotheShopList(globalData: IGlobalData) { for (const x of txData) { //var itemDescription = (key === 11 ? mp.game.ui.getLabelText(x.undershirt[1].GXT) : "Clothing item."); - var itemDescription = (key === 11 ? x.undershirt[1].GXT + " | " + x.torso[1].GXT + " - " + x.id: "Clothing item."); + var itemDescription = (key === 11 ? x.undershirt[1].GXT + " - " + x.id: "Clothing item."); if (itemDescription == "NULL") { itemDescription = "Clothing item."; }