Updated file structure

This commit is contained in:
2021-03-24 17:29:25 +01:00
parent 43361897ff
commit c750653925
2 changed files with 5 additions and 0 deletions

View File

@@ -249,6 +249,10 @@ public class TicTacToe_Server {
ticTacToe_gameRules.resetGameState();
sendGameState(client);
break;
default:
serverLogger.printLog("Unrecognized input", LogType.Log);
break;
}
}