mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Lint
This commit is contained in:
+3
-2
@@ -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 = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user