From c0682cc0062c8c967d75993b6c25b1f89f42d035 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:58:28 +0200 Subject: [PATCH] Clothe Shop --- ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index b2bc86e5..12846a89 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -389,7 +389,7 @@ export default function clotheShopList(globalData: IGlobalData) { for (const item of categorysMenus) { // Preview hovering item - item.menu.IndexChange.on(submenuItemChangeHandler); + //item.menu.IndexChange.on(submenuItemChangeHandler); // Reset preview when player backs out of category menu item.menu.MenuClose.on(() => { @@ -449,7 +449,7 @@ export default function clotheShopList(globalData: IGlobalData) { nextMenu.menu.Visible = true; menuTransition = true; - submenuItemChangeHandler(nextMenu.menu.CurrentSelection); + //submenuItemChangeHandler(nextMenu.menu.CurrentSelection); }); categoryMenu.MenuClose.on(() => {