Initial final refactor (problems noticed by intellij)

This commit is contained in:
2026-06-19 15:38:15 +02:00
parent 338df7748b
commit 36814e3166
32 changed files with 45 additions and 104 deletions
@@ -95,9 +95,8 @@ public class ClientLauncherTUI {
/**
* Starts the TUI client. Creates a JLine terminal, loops through login → game → rematch.
*
* @throws InterruptedException if the thread is interrupted while waiting.
*/
private void start() throws InterruptedException {
private void start() {
try {
System.setOut(new PrintStream(System.out, true, StandardCharsets.UTF_8));
System.setErr(new PrintStream(System.err, true, StandardCharsets.UTF_8));