diff --git a/LaDOSE.Src/LaDOSE.Service/Service/TournamentService.cs b/LaDOSE.Src/LaDOSE.Service/Service/TournamentService.cs index 3325664..c8dd54e 100644 --- a/LaDOSE.Src/LaDOSE.Service/Service/TournamentService.cs +++ b/LaDOSE.Src/LaDOSE.Service/Service/TournamentService.cs @@ -80,6 +80,8 @@ namespace LaDOSE.Business.Service var allParticipent = tournaments.SelectMany(e => e.Participents).Distinct((a, b) => a.Name == b.Name) .ToList(); + + allParticipent.RemoveAll(e => e.Name.StartsWith("[FORFAIT]")); //USELESS //foreach (var participent in allParticipent) //{