diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index ee068f89..f3d3dfde 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -446,7 +446,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);