fix msg for proxy
This commit is contained in:
parent
1a87951bc8
commit
9c6bc49921
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ export async function connect (connectOptions: ConnectOptions) {
|
|||
if (ended) return
|
||||
console.log('disconnected for', endReason)
|
||||
if (endReason === 'socketClosed') {
|
||||
endReason = lastKnownKickReason ?? 'Connection with server lost'
|
||||
endReason = lastKnownKickReason ?? 'Connection with proxy server lost'
|
||||
}
|
||||
setLoadingScreenStatus(`You have been disconnected from the server. End reason:\n${endReason}`, true)
|
||||
appStatusState.showReconnect = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue