This commit is contained in:
Natsumi
2022-02-25 07:02:07 +13:00
parent 1c115b0b13
commit b4ff814353
3 changed files with 8 additions and 3 deletions

View File

@@ -9092,6 +9092,7 @@ speechSynthesis.getVoices();
var ref = this.photonLobbyUserData.get(photonId);
if (
typeof ref !== 'undefined' &&
photonId !== this.photonLobbyCurrentUser &&
(photonUser.status !== ref.status ||
photonUser.statusDescription !== ref.statusDescription)
) {