mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fixes
This commit is contained in:
@@ -382,6 +382,7 @@ speechSynthesis.getVoices();
|
||||
instanceId: '',
|
||||
instanceName: '',
|
||||
accessType: '',
|
||||
region: '',
|
||||
userId: null,
|
||||
hiddenId: null,
|
||||
privateId: null,
|
||||
@@ -417,6 +418,8 @@ speechSynthesis.getVoices();
|
||||
ctx.friendsId = value;
|
||||
} else if (key === 'canRequestInvite') {
|
||||
ctx.canRequestInvite = true;
|
||||
} else if (key === 'region') {
|
||||
ctx.region = value;
|
||||
}
|
||||
} else {
|
||||
ctx.instanceName = s;
|
||||
|
||||
Reference in New Issue
Block a user