diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index 12846a89..ee068f89 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -392,7 +392,7 @@ export default function clotheShopList(globalData: IGlobalData) { //item.menu.IndexChange.on(submenuItemChangeHandler); // Reset preview when player backs out of category menu - item.menu.MenuClose.on(() => { + item.MenuClose.on(() => { resetPreview(); currentMenuIdx = -1;