mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +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)) {
|
||||
locationTag = this.lastLocation.location;
|
||||
}
|
||||
if (!locationTag) {
|
||||
let isRealInstance = utils.isRealInstance(locationTag);
|
||||
if (!isRealInstance) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user