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(() => {