From 8008139bc8f227ee3a60be17793eaed7b275ea4d Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 19:18:41 +0200 Subject: [PATCH] try fix --- .../Interaction/clothes/ClotheShop.ts | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index a34b8665..260767f2 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -209,16 +209,15 @@ export default function clotheShopList(globalData: IGlobalData) { cloth.push(item); tx.push(x); } - clotheMenus.push({ - menu: clotheSubMenu, - type: type, - slotIdx: Number(key), - item: cloth, - texture: tx - }); } } - + clotheMenus.push({ + menu: clotheSubMenu, + type: type, + slotIdx: Number(key), + item: cloth, + texture: tx + }); }