mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Lint
This commit is contained in:
+6
-2
@@ -8336,7 +8336,9 @@ speechSynthesis.getVoices();
|
|||||||
var entry = {
|
var entry = {
|
||||||
created_at: new Date().toJSON(),
|
created_at: new Date().toJSON(),
|
||||||
type: 'Event',
|
type: 'Event',
|
||||||
data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})`
|
data: `${text} - ${this.getDisplayNameFromPhotonId(
|
||||||
|
id
|
||||||
|
)} (${this.getUserIdFromPhotonId(id)})`
|
||||||
};
|
};
|
||||||
this.queueGameLogNoty(entry);
|
this.queueGameLogNoty(entry);
|
||||||
this.addGameLog(entry);
|
this.addGameLog(entry);
|
||||||
@@ -8917,7 +8919,9 @@ speechSynthesis.getVoices();
|
|||||||
var entry = {
|
var entry = {
|
||||||
created_at: new Date().toJSON(),
|
created_at: new Date().toJSON(),
|
||||||
type: 'Event',
|
type: 'Event',
|
||||||
data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})`
|
data: `${text} - ${this.getDisplayNameFromPhotonId(
|
||||||
|
photonId
|
||||||
|
)} (${this.getUserIdFromPhotonId(photonId)})`
|
||||||
};
|
};
|
||||||
this.queueGameLogNoty(entry);
|
this.queueGameLogNoty(entry);
|
||||||
this.addGameLog(entry);
|
this.addGameLog(entry);
|
||||||
|
|||||||
Reference in New Issue
Block a user