diff --git a/src/plugins/EagProxyAAS/utils.ts b/src/plugins/EagProxyAAS/utils.ts index 01a88d9..8375d37 100644 --- a/src/plugins/EagProxyAAS/utils.ts +++ b/src/plugins/EagProxyAAS/utils.ts @@ -293,6 +293,7 @@ export async function onConnect(client: ClientState) { "Select an option from the above (1 = online, 2 = offline), either by clicking or manually typing out the option.", "green" ); + updateState(client.gameClient, "CONNECTION_TYPE"); let chosenOption: ConnectType | null = null; while (true) {