mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fetch current lobby users on VRCX restart
This commit is contained in:
@@ -7546,6 +7546,12 @@ speechSynthesis.getVoices();
|
|||||||
this.lastLocation.friendList.delete(ctx.displayName);
|
this.lastLocation.friendList.delete(ctx.displayName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this.lastLocation.playerList.forEach((ref1) => {
|
||||||
|
if (ref1.userId && !API.cachedUsers.has(ref1.userId)) {
|
||||||
|
API.getUser({userId: ref1.userId});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
this.updateVRLastLocation();
|
this.updateVRLastLocation();
|
||||||
this.getCurrentInstanceUserList();
|
this.getCurrentInstanceUserList();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user