Fix tab menu

merge
This commit is contained in:
q13x 2023-07-03 00:49:17 -07:00 committed by GitHub
commit 0f60129139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {