mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Bug fix
This commit is contained in:
@@ -7113,8 +7113,13 @@ speechSynthesis.getVoices();
|
|||||||
userId: ref.userId,
|
userId: ref.userId,
|
||||||
time
|
time
|
||||||
};
|
};
|
||||||
$app.addGameLog(entry);
|
|
||||||
database.addGamelogJoinLeaveToDatabase(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) {
|
if (this.lastLocation.date !== 0) {
|
||||||
var timeLocation = new Date().getTime() - this.lastLocation.date;
|
var timeLocation = new Date().getTime() - this.lastLocation.date;
|
||||||
|
|||||||
Reference in New Issue
Block a user