mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +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) {
|
if (args.ref.id === L.userId) {
|
||||||
Object.assign(L.user, args.ref);
|
Object.assign(L.user, args.ref);
|
||||||
instance.$location = L;
|
instance.$location = L;
|
||||||
|
applyWorldDialogInstances();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1049,6 +1049,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
if (args.ref.id === L.userId) {
|
if (args.ref.id === L.userId) {
|
||||||
Object.assign(L.user, args.ref);
|
Object.assign(L.user, args.ref);
|
||||||
D.$location = L;
|
D.$location = L;
|
||||||
|
applyUserDialogLocation();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user