mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Only notify OnPlayerJoining when game is running
This commit is contained in:
@@ -827,6 +827,7 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
this.lastFeedEntry = feeds[0];
|
||||
|
||||
if (isGameRunning) {
|
||||
// OnPlayerJoining
|
||||
var bias = new Date(Date.now() - 120000).toJSON();
|
||||
for (var i = 0; i < feeds.length; i++) {
|
||||
@@ -881,6 +882,7 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (this.config.hidePrivateFromFeed) {
|
||||
for (var i = 0; i < feeds.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user