Feat: accept optional client username and forward to ClientApp #271

Merged
jona.walpert merged 15 commits from feat/change-username-at-start-or-in-game into main 2026-04-12 11:17:39 +02:00
Showing only changes of commit d16c348444 - Show all commits
@@ -105,7 +105,7 @@ public class ClientApp {
} }
/** /**
* Main entry point. Usage: <host:port> [username] * Main entry point. {@code <host:port>} (e.g. {@code 127.0.0.1:1234})
* *
* <p>If a username is provided the application attempts a startup LOGIN on the shared * <p>If a username is provided the application attempts a startup LOGIN on the shared
* connection; the UI will still start and will reuse the connection when possible. The username * connection; the UI will still start and will reuse the connection when possible. The username