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);