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