mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 11:23:52 +02:00
Instance creator pls update
This commit is contained in:
@@ -680,6 +680,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
if (args.ref.id === L.userId) {
|
||||
Object.assign(L.user, args.ref);
|
||||
instance.$location = L;
|
||||
applyWorldDialogInstances();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -1049,6 +1049,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
if (args.ref.id === L.userId) {
|
||||
Object.assign(L.user, args.ref);
|
||||
D.$location = L;
|
||||
applyUserDialogLocation();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user