push
This commit is contained in:
@@ -179,7 +179,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
|
|
||||||
for (const x of txData) {
|
for (const x of txData) {
|
||||||
//var itemDescription = (key === 11 ? mp.game.ui.getLabelText(x.undershirt[1].GXT) : "Clothing item.");
|
//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") {
|
if (itemDescription == "NULL") {
|
||||||
itemDescription = "Clothing item.";
|
itemDescription = "Clothing item.";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user