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