Correction classe équipe
continuous-integration/drone/push Build is failing Details

pull/26/head
AUGUSTIN_100 3 years ago
parent fd497fd61c
commit f9df2c4bd1

@ -83,7 +83,7 @@ namespace BowlingLib.Model
{
foreach(Joueur j in Joueurs)
{
if (nouvJoueur.Equals(j) return true;
if (nouvJoueur.Equals(j)) return true;
}
return false;
}

Loading…
Cancel
Save