This commit is contained in:
Natsumi
2023-07-24 19:32:06 +12:00
parent 99144d8a84
commit b194aec334
3 changed files with 46 additions and 17 deletions

View File

@@ -11200,6 +11200,7 @@ speechSynthesis.getVoices();
for (var id of this.photonLobbyCurrent.keys()) {
if (!lobbyIds.includes(id)) {
this.photonLobbyCurrent.delete(id);
this.photonEvent7List.delete(id);
}
}
};
@@ -23400,6 +23401,7 @@ speechSynthesis.getVoices();
this.photonEventPulse();
break;
case 'Event7List':
this.photonEvent7List.clear();
for (var [id, dt] of Object.entries(data.Event7List)) {
this.photonEvent7List.set(parseInt(id, 10), dt);
}