mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
Disable Instantiate check for now 1
This commit is contained in:
@@ -8888,13 +8888,14 @@ speechSynthesis.getVoices();
|
|||||||
var time = timeToText(Date.now() - lobbyJointime.joinTime);
|
var time = timeToText(Date.now() - lobbyJointime.joinTime);
|
||||||
text = `Photon bot has left ${time}`;
|
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) {
|
if (text) {
|
||||||
this.addEntryPhotonEvent({
|
this.addEntryPhotonEvent({
|
||||||
photonId,
|
photonId,
|
||||||
|
|||||||
Reference in New Issue
Block a user