mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
newInstanceDialog disable inviting if friends/invite only
This commit is contained in:
@@ -10082,8 +10082,7 @@ speechSynthesis.getVoices();
|
||||
} else {
|
||||
tags.push((99999 * Math.random() + 1).toFixed(0));
|
||||
}
|
||||
if ((D.userId) &&
|
||||
(D.accessType !== 'friends') && (D.accessType !== 'invite')) {
|
||||
if (D.userId) {
|
||||
var userId = D.userId;
|
||||
} else {
|
||||
D.userId = API.currentUser.id;
|
||||
|
||||
Reference in New Issue
Block a user