mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Remove no longer necessary switch case
This commit is contained in:
parent
8f4a2b4936
commit
e378c5b866
@ -118,11 +118,6 @@ namespace osu.Game.Screens.Spectate
|
||||
foreach ((int userId, SpectatorState state) in e.NewItems.AsNonNull())
|
||||
onUserStateChanged(userId, state);
|
||||
break;
|
||||
|
||||
case NotifyDictionaryChangedAction.Remove:
|
||||
foreach ((int userId, SpectatorState state) in e.OldItems.AsNonNull())
|
||||
onUserStateChanged(userId, state);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user