mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
Clean up player moderations, update userDialog when unlocking someone
This commit is contained in:
@@ -1000,7 +1000,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
if (!D.visible) {
|
||||
return;
|
||||
}
|
||||
const L = parseLocation(D.ref.$location.tag);
|
||||
const L = parseLocation(D.ref.$location?.tag);
|
||||
if (updateInstanceOccupants && L.isRealInstance) {
|
||||
instanceRequest.getInstance({
|
||||
worldId: L.worldId,
|
||||
|
||||
Reference in New Issue
Block a user