mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 06:26:25 +02:00
Merge pull request #10423 from davidkelly/dk/typoInHandshakeScript
fix typo in handshake script
This commit is contained in:
commit
93296bb6d8
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