Skip to content

Commit

Permalink
Fix Auto Accept Invite Requests (vrcx-team#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekromateion authored and Natsumi-sama committed Aug 4, 2024
1 parent 25e4c05 commit d902480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14957,7 +14957,7 @@ speechSynthesis.getVoices();
)
return;

if (!this.checkCanInvite(currentLocation)) return;
if (!$app.checkCanInvite(currentLocation)) return;

var L = this.parseLocation(currentLocation);
this.getCachedWorld({
Expand Down

0 comments on commit d902480

Please sign in to comment.