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,