mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Fix something a bit more, I think
This commit is contained in:
@@ -234,7 +234,8 @@
|
|||||||
if (!friend.ref.$location.isRealInstance && this.lastLocation.friendList.has(friend.id)) {
|
if (!friend.ref.$location.isRealInstance && this.lastLocation.friendList.has(friend.id)) {
|
||||||
locationTag = this.lastLocation.location;
|
locationTag = this.lastLocation.location;
|
||||||
}
|
}
|
||||||
if (!locationTag) {
|
let isRealInstance = utils.isRealInstance(locationTag);
|
||||||
|
if (!isRealInstance) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user