Correction erreur compilation
This commit is contained in:
parent
958fc60b40
commit
a830ddac88
@ -93,9 +93,10 @@ public class PlayersController implements Initializable{
|
|||||||
else {
|
else {
|
||||||
joueurs.add(new JoueurVirtuel(tf.getText()));
|
joueurs.add(new JoueurVirtuel(tf.getText()));
|
||||||
}
|
}
|
||||||
|
joueurs.add(null);
|
||||||
nbJoueurs++;
|
nbJoueurs++;
|
||||||
}
|
}
|
||||||
joueurs.add(null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nbJoueurs < 4) {
|
if (nbJoueurs < 4) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user