This commit is contained in:
Natsumi
2022-01-26 09:54:16 +13:00
parent 3c81c2ce3c
commit 1ed6bf57b4

View File

@@ -8336,7 +8336,9 @@ speechSynthesis.getVoices();
var entry = {
created_at: new Date().toJSON(),
type: 'Event',
data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})`
data: `${text} - ${this.getDisplayNameFromPhotonId(
id
)} (${this.getUserIdFromPhotonId(id)})`
};
this.queueGameLogNoty(entry);
this.addGameLog(entry);
@@ -8917,7 +8919,9 @@ speechSynthesis.getVoices();
var entry = {
created_at: new Date().toJSON(),
type: 'Event',
data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})`
data: `${text} - ${this.getDisplayNameFromPhotonId(
photonId
)} (${this.getUserIdFromPhotonId(photonId)})`
};
this.queueGameLogNoty(entry);
this.addGameLog(entry);