This commit is contained in:
Natsumi
2021-09-13 13:28:26 +12:00
parent 13b6a16804
commit db00248c1d

View File

@@ -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;