From 773f7424bdd3473be36a4d8a9820616ef9ed74da Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Sun, 4 Apr 2021 19:01:37 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;