mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix typo in handshake script
This commit is contained in:
parent
713ddd5cef
commit
5b33e0233c
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@
|
|||
break;
|
||||
case "done":
|
||||
delete waitingList[senderID];
|
||||
if (connectionId !== senderID) {
|
||||
if (connectingId !== senderID) {
|
||||
break;
|
||||
}
|
||||
if (state === STATES.CONNECTING) {
|
||||
|
|
Loading…
Reference in a new issue