From 94270399bae52de7a8a7d06ca3cb1b566f36683b Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 19:09:33 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index f3d3dfde..4aef566b 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -416,7 +416,7 @@ export default function clotheShopList(globalData: IGlobalData) { currentMenuIdx = itemIndex; mainMenu.Visible = false; - nextMenu.menu.Visible = true; + nextMenu.Visible = true; menuTransition = true; submenuItemChangeHandler(nextMenu.menu.CurrentSelection); @@ -445,8 +445,8 @@ export default function clotheShopList(globalData: IGlobalData) { }; currentMenuIdx = itemIndex; - mainMenu.Visible = false; - nextMenu.Visible = true; + categoryMenu.Visible = false; + nextMenu.menu.Visible = true; menuTransition = true; //submenuItemChangeHandler(nextMenu.menu.CurrentSelection);