mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Fix 404 spam
This commit is contained in:
@@ -2318,7 +2318,7 @@ speechSynthesis.getVoices();
|
|||||||
this.expirePlayerModerations();
|
this.expirePlayerModerations();
|
||||||
Promise.all([
|
Promise.all([
|
||||||
this.getPlayerModerations(),
|
this.getPlayerModerations(),
|
||||||
this.getPlayerModerationsAgainstMe()
|
//this.getPlayerModerationsAgainstMe();
|
||||||
]).finally(() => {
|
]).finally(() => {
|
||||||
this.isPlayerModerationsLoading = false;
|
this.isPlayerModerationsLoading = false;
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user