mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Orange status bug
This commit is contained in:
@@ -3874,12 +3874,6 @@ speechSynthesis.getVoices();
|
||||
this.lastLocation.friendList = friendList;
|
||||
sharedRepository.setObject('last_location', this.lastLocation);
|
||||
}
|
||||
if (this.worldDialog.visible) {
|
||||
this.applyWorldDialogInstances();
|
||||
}
|
||||
if (this.userDialog.visible) {
|
||||
this.applyUserDialogLocation();
|
||||
}
|
||||
this.sharedFeed.gameLog.wrist = wristArr;
|
||||
this.sharedFeed.gameLog.noty = notyArr;
|
||||
this.sharedFeed.pendingUpdate = true;
|
||||
@@ -7446,8 +7440,8 @@ speechSynthesis.getVoices();
|
||||
for (var i = 0; i < friendsInInstance.length; i++) {
|
||||
var addUser = true;
|
||||
var player = friendsInInstance[i];
|
||||
for (var k = 0; k < D.users.length; k++) {
|
||||
var user = D.users[k];
|
||||
for (var k = 0; k < users.length; k++) {
|
||||
var user = users[k];
|
||||
if (user.displayName === player) {
|
||||
addUser = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user