This commit is contained in:
Natsumi
2021-12-29 16:24:06 +13:00
parent 482fd66018
commit 71c5e1ca6f
+2
View File
@@ -8745,6 +8745,8 @@ speechSynthesis.getVoices();
} }
} }
if (this.debugPhotonLogging) { if (this.debugPhotonLogging) {
var displayName =
this.getDisplayNameFromPhotonId(senderId);
var feed = `RPC ${displayName} ${ var feed = `RPC ${displayName} ${
this.photonEventType[eventData.Type] this.photonEventType[eventData.Type]
}${eventType}`; }${eventType}`;