mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fix Auto Accept Invite Requests (#857)
This commit is contained in:
@@ -14958,7 +14958,7 @@ speechSynthesis.getVoices();
|
||||
)
|
||||
return;
|
||||
|
||||
if (!this.checkCanInvite(currentLocation)) return;
|
||||
if (!$app.checkCanInvite(currentLocation)) return;
|
||||
|
||||
var L = this.parseLocation(currentLocation);
|
||||
this.getCachedWorld({
|
||||
|
||||
Reference in New Issue
Block a user