mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Attempt to fix instance timers, API incorrectly reporting user as active
This commit is contained in:
@@ -4991,6 +4991,9 @@ speechSynthesis.getVoices();
|
||||
});
|
||||
}
|
||||
} else {
|
||||
if (ctx.state === 'online' && ref.state === 'active' && state === 'active') {
|
||||
return;
|
||||
}
|
||||
if (ctx.state === 'online') {
|
||||
if (ctx.isVIP) {
|
||||
removeFromArray(this.friendsGroup0_, ctx);
|
||||
|
||||
Reference in New Issue
Block a user