From 3227d4d36107c52e1ae06ab586243b781cd11f15 Mon Sep 17 00:00:00 2001 From: ItzLightyHD Date: Wed, 20 Jul 2022 19:16:29 +0200 Subject: [PATCH] Forgot the logout thing --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index dcfc3dd..735a7fb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -209,7 +209,7 @@ alphaPreviewKeyGenButton.addEventListener("click", () => { }); alphaPreviewButton.addEventListener("click", () => { - // if(!isLoggedIn) return alphaPreviewNotLoggedInModal.show(); + if(!isLoggedIn) return alphaPreviewNotLoggedInModal.show(); socket.send(JSON.stringify({ type: "alpha-1.2.6_10", accessToken: discordAccessToken,