From 37bd413903090e6cc446cf0273e6d334ce81de8f Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 8 Jan 2022 18:36:19 +1300 Subject: [PATCH] Lint --- html/src/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 24f972a2..122f7261 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8276,11 +8276,12 @@ speechSynthesis.getVoices(); workerTimers.setTimeout(() => this.photonLobbyWatcher(), 500); }; - $app.methods.photonBotCheck = function (dtNow) { + $app.methods.photonBotCheck = function () { var photonBots = []; this.photonLobbyCurrent.forEach((ref, id) => { if (this.photonLobbyJointime.has(id)) { - var {joinTime, hasInstantiated, isInvisible, avatarEyeHeight} = + // dtNow, var {joinTime, hasInstantiated, isInvisible, avatarEyeHeight} + var {isInvisible, avatarEyeHeight} = this.photonLobbyJointime.get(id); } var text = '';