mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Lint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user