first tests

This commit is contained in:
Johannes Schmelz
2024-12-01 20:12:36 +01:00
parent 3b2cfad774
commit b702e3a14d
8 changed files with 1250 additions and 757 deletions

View File

@@ -165,7 +165,7 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
* Constructs a new {@code MonopolyApp} instance.
* Initializes the configuration, server connection, and game logic listeners.
*/
private MonopolyApp() {
public MonopolyApp() {
config = new MonopolyAppConfig();
config.readFromIfExists(CONFIG_FILE);
serverConnection = makeServerConnection();