diff --git a/src/ihm/controller/PlayersController.java b/src/ihm/controller/PlayersController.java index f550d33..958d4c9 100644 --- a/src/ihm/controller/PlayersController.java +++ b/src/ihm/controller/PlayersController.java @@ -93,9 +93,10 @@ public class PlayersController implements Initializable{ else { joueurs.add(new JoueurVirtuel(tf.getText())); } + joueurs.add(null); nbJoueurs++; } - joueurs.add(null); + } if (nbJoueurs < 4) {