Removed useless comments
This commit is contained in:
@@ -54,7 +54,6 @@ public class ServerLauncher {
|
||||
actionQueue, gameController, playerList, broadcaster, saveManager);
|
||||
}
|
||||
|
||||
// ── Entry point ───────────────────────────────────────────────────────────
|
||||
|
||||
/**
|
||||
* Initializes all server components, wires them together, restores a saved
|
||||
@@ -119,7 +118,6 @@ public class ServerLauncher {
|
||||
new Thread(() -> tcpServer.start()).start();
|
||||
}
|
||||
|
||||
// ── Game loop ─────────────────────────────────────────────────────────────
|
||||
|
||||
/**
|
||||
* Runs the event-processing loop until the thread is interrupted.
|
||||
@@ -137,7 +135,6 @@ public class ServerLauncher {
|
||||
}
|
||||
}
|
||||
|
||||
// ── Crash recovery ────────────────────────────────────────────────────────
|
||||
|
||||
/**
|
||||
* Attempts to restore a previously saved game.
|
||||
@@ -180,7 +177,6 @@ public class ServerLauncher {
|
||||
System.out.println("Game restored from save (" + game.getNPlayers() + " players).");
|
||||
}
|
||||
|
||||
// ── Network interface selection ───────────────────────────────────────────
|
||||
|
||||
/**
|
||||
* Lists active non-loopback IPv4 network interfaces and prompts the operator
|
||||
|
||||
Reference in New Issue
Block a user