mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +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);
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user