Merge branch 'master' into tournament-seeding-screen

This commit is contained in:
Dan Balasescu
2020-03-04 15:42:44 +09:00
committed by GitHub
3 changed files with 9 additions and 7 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Tournament.Screens.Ladder
break;
case NotifyCollectionChangedAction.Remove:
foreach (var p in args.NewItems.Cast<TournamentMatch>())
foreach (var p in args.OldItems.Cast<TournamentMatch>())
{
foreach (var d in MatchesContainer.Where(d => d.Match == p))
d.Expire();