Fix: OrderPlayer is now serializable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user