Skip to content

Commit fc6c1be

Browse files
committed
fix players ui
1 parent 8571797 commit fc6c1be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ch/epfl/chacun/gui/PlayersUI.java

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ private PlayersUI() {
5555
*/
5656
public static Node create(ObservableValue<GameState> gameStateO, ObservableValue<TextMaker> textMakerO) {
5757

58-
Objects.requireNonNull(textMaker);
5958
ObservableValue<Map<PlayerColor, Integer>> pointsO = gameStateO.map(gState -> gState.messageBoard().points());
6059

6160
// create a new vbox that will be used to align elements (like players)

0 commit comments

Comments
 (0)