From fc9aa97f27113f96af05cba1f47d45d50a67c882 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 7 Jan 2022 12:30:53 +1300 Subject: [PATCH] Disable Instantiate check for now 1 --- html/src/app.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index ae8888ca..56b9ec42 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8888,13 +8888,14 @@ speechSynthesis.getVoices(); var time = timeToText(Date.now() - lobbyJointime.joinTime); text = `Photon bot has left ${time}`; } - } else if ( - typeof lobbyJointime !== 'undefined' && - !lobbyJointime.hasInstantiated - ) { - var time = timeToText(Date.now() - lobbyJointime.joinTime); - text = `Bot/Player left without instantiating ${time}`; } + // else if ( + // typeof lobbyJointime !== 'undefined' && + // !lobbyJointime.hasInstantiated + // ) { + // var time = timeToText(Date.now() - lobbyJointime.joinTime); + // text = `Bot/Player left without instantiating ${time}`; + // } if (text) { this.addEntryPhotonEvent({ photonId,