diff --git a/src/main/java/org/toop/game/tictactoe/TicTacToe.java b/src/main/java/org/toop/game/tictactoe/TicTacToe.java index 43c0e50..9654ca0 100644 --- a/src/main/java/org/toop/game/tictactoe/TicTacToe.java +++ b/src/main/java/org/toop/game/tictactoe/TicTacToe.java @@ -101,7 +101,7 @@ public class TicTacToe extends GameBase implements Runnable { // TODO: What is the reaction of the game? WIN, DRAW etc? String player = getCurrentPlayer().name(); addSendToQueue("SVR GAME MOVE {PLAYER: \"" + - getCurrentPlayer().name() + + player + "\", DETAILS: \"\",MOVE: \"" + index + "\"}\n");