Clean up player moderations, update userDialog when unlocking someone

This commit is contained in:
Natsumi
2025-08-11 20:02:34 +12:00
parent ca2ca14be4
commit 931329d953
3 changed files with 37 additions and 65 deletions

View File

@@ -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,