diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index dcbafe8f..59afd4fb 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -87,10 +87,7 @@ export default function clotheShopList(globalData: GlobalData) { switch (key) { case 11: for (var i = 0; i < Object.keys(tops[ClotheId]).length; i++) { - if (gender) { - if (i = 0) - i++; - } + if (tops[ClotheId][i].Localized != "NULL") { for (var x = 0; x < Object.keys(comb.combination).length; x++) {