mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Remove moderation log auto refresh
This commit is contained in:
@@ -3598,9 +3598,6 @@ speechSynthesis.getVoices();
|
|||||||
API.getCurrentUser().catch((err1) => {
|
API.getCurrentUser().catch((err1) => {
|
||||||
throw err1;
|
throw err1;
|
||||||
});
|
});
|
||||||
if (this.isGameRunning) {
|
|
||||||
API.refreshPlayerModerations();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
this.checkActiveFriends();
|
this.checkActiveFriends();
|
||||||
AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => {
|
AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user