From cc7cd416e6f3ee3b4ce2b72f6f5724c78f569228 Mon Sep 17 00:00:00 2001 From: Siga Date: Sun, 5 Apr 2020 16:54:43 +0200 Subject: [PATCH] push --- ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; }