Fix: OrderPlayer is now serializable

This commit is contained in:
2026-04-30 15:32:26 +02:00
parent 204b975e7f
commit 61caba4b47
2 changed files with 6 additions and 2 deletions
@@ -40,10 +40,12 @@ public class ClientLauncherTUI {
}
Thread.sleep(500);
}
System.out.println("Model set\n\n");
System.out.print("\033[H\033[2J");
System.out.flush();
System.out.println(controller.localModel);
} else if (networkType == 1) {