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