mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Bug with orange status location being private when user is offline
This commit is contained in:
+2
-1
@@ -4997,7 +4997,8 @@ speechSynthesis.getVoices();
|
|||||||
ctx.state !== 'online' &&
|
ctx.state !== 'online' &&
|
||||||
typeof ref !== 'undefined' &&
|
typeof ref !== 'undefined' &&
|
||||||
ref.location !== '' &&
|
ref.location !== '' &&
|
||||||
ref.location !== 'offline') {
|
ref.location !== 'offline' &&
|
||||||
|
ref.location !== 'private') {
|
||||||
API.getUser({
|
API.getUser({
|
||||||
userId: id
|
userId: id
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user