duplicate case

This commit is contained in:
pypy
2021-01-21 12:45:37 +09:00
parent 1732f67c3a
commit 108814cf4f

View File

@@ -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;