This commit is contained in:
Natsumi
2022-01-08 18:36:19 +13:00
parent d03b8a8310
commit 37bd413903
+3 -2
View File
@@ -8276,11 +8276,12 @@ speechSynthesis.getVoices();
workerTimers.setTimeout(() => this.photonLobbyWatcher(), 500); workerTimers.setTimeout(() => this.photonLobbyWatcher(), 500);
}; };
$app.methods.photonBotCheck = function (dtNow) { $app.methods.photonBotCheck = function () {
var photonBots = []; var photonBots = [];
this.photonLobbyCurrent.forEach((ref, id) => { this.photonLobbyCurrent.forEach((ref, id) => {
if (this.photonLobbyJointime.has(id)) { if (this.photonLobbyJointime.has(id)) {
var {joinTime, hasInstantiated, isInvisible, avatarEyeHeight} = // dtNow, var {joinTime, hasInstantiated, isInvisible, avatarEyeHeight}
var {isInvisible, avatarEyeHeight} =
this.photonLobbyJointime.get(id); this.photonLobbyJointime.get(id);
} }
var text = ''; var text = '';