From 2d6a85da490aadae1fa7998f7800e5672f4b0f2c Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:25:43 -0700 Subject: [PATCH] add back warning disclaimer --- src/plugins/EagProxyAAS/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/EagProxyAAS/utils.ts b/src/plugins/EagProxyAAS/utils.ts index 77de819..e9bce0d 100644 --- a/src/plugins/EagProxyAAS/utils.ts +++ b/src/plugins/EagProxyAAS/utils.ts @@ -367,7 +367,7 @@ export async function onConnect(client: ClientState) { if (chosenOption == ConnectType.ONLINE) { sendMessageWarning( client.gameClient, - `You will be prompted to log in via Microsoft to obtain a session token necessary to join games. Any data related to your account will not be saved and for transparency reasons this proxy's source code is available on Github.` + `WARNING: You will be prompted to log in via Microsoft to obtain a session token necessary to join games. Any data related to your account will not be saved and for transparency reasons this proxy's source code is available on Github.` ); await new Promise((res) => setTimeout(res, 2000));