automatically join lobby when selfhosting

This commit is contained in:
Johannes Schmelz
2024-11-24 21:36:03 +01:00
parent 6b78733a5d
commit dcf10e0819
2 changed files with 11 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ public class MonopolyConfig extends Config {
* The default port number for the Monopoly server.
*/
@Property("port")
private int port = 4321;
private int port = 42069;
/**
* The width of the game map in terms of grid units.