mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 19:23:47 +02:00
Fix instance userCount not updating
This commit is contained in:
@@ -675,7 +675,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
for (const room of rooms) {
|
||||
ref = cachedInstances.get(room.tag);
|
||||
if (typeof ref !== 'undefined') {
|
||||
room.ref = ref;
|
||||
Object.assign(room.ref, ref);
|
||||
}
|
||||
}
|
||||
rooms.sort(function (a, b) {
|
||||
|
||||
Reference in New Issue
Block a user