Initial final refactor (problems noticed by intellij)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user