This commit is contained in:
Siga
2020-04-05 16:54:43 +02:00
parent eedd2f6ed8
commit cc7cd416e6

View File

@@ -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.";
}