mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 10:53:52 +02:00
Bug fix
This commit is contained in:
@@ -7113,8 +7113,13 @@ speechSynthesis.getVoices();
|
||||
userId: ref.userId,
|
||||
time
|
||||
};
|
||||
$app.addGameLog(entry);
|
||||
database.addGamelogJoinLeaveToDatabase(entry);
|
||||
this.gameLogTable.data.push(entry);
|
||||
}
|
||||
if (playerList.length > 0) {
|
||||
this.updateSharedFeed(false);
|
||||
this.notifyMenu('gameLog');
|
||||
this.sweepGameLog();
|
||||
}
|
||||
if (this.lastLocation.date !== 0) {
|
||||
var timeLocation = new Date().getTime() - this.lastLocation.date;
|
||||
|
||||
Reference in New Issue
Block a user