mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +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.playerList.forEach((ref1) => {
|
||||
if (ref1.userId && !API.cachedUsers.has(ref1.userId)) {
|
||||
API.getUser({userId: ref1.userId});
|
||||
}
|
||||
});
|
||||
|
||||
this.updateVRLastLocation();
|
||||
this.getCurrentInstanceUserList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user