mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
duplicate case
This commit is contained in:
@@ -4720,14 +4720,6 @@ speechSynthesis.getVoices();
|
||||
};
|
||||
break;
|
||||
|
||||
case 'location':
|
||||
tableData = {
|
||||
created_at: gameLog.dt,
|
||||
type: 'Location',
|
||||
data: gameLog.location
|
||||
};
|
||||
break;
|
||||
|
||||
case 'player-joined':
|
||||
if (currentUserDisplayName === gameLog.userDisplayName) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user