j'essaie de réparer le tu de sonar
continuous-integration/drone/push Build is failing Details

master
Céleste BARBOSA 11 months ago
parent e800087b0c
commit 680a80a8a8

@ -85,13 +85,7 @@ namespace CoreLibrary.Regles
throw new PartieNonCommenceeException(); throw new PartieNonCommenceeException();
} }
if(joueurCourant.HasValue) ++joueurCourant;
++joueurCourant;
if (joueurCourant >= joueurs.Length)
{
joueurCourant = 0;
}
} }

Loading…
Cancel
Save