newest version of tests

This commit is contained in:
Johannes Schmelz
2024-11-25 04:34:06 +00:00
parent b85bbdd0ad
commit 1be29b8b7a
13 changed files with 1168 additions and 566 deletions

View File

@@ -65,7 +65,7 @@ public class MonopolyServer implements MessageListener<HostedConnection>, Connec
/**
* Creates the server.
*/
MonopolyServer() {
public MonopolyServer() {
config.readFromIfExists(CONFIG_FILE);
LOGGER.log(Level.INFO, "Configuration: {0}", config); //NON-NLS
logic = new ServerGameLogic(this, config);