add back warning disclaimer

This commit is contained in:
q13x 2023-07-04 19:25:43 -07:00
parent efb696de67
commit 2d6a85da49

View File

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