final refactor 2 (problems noticed by intellij)

This commit is contained in:
2026-06-19 15:46:40 +02:00
parent 36814e3166
commit 79ebe6b93e
17 changed files with 28 additions and 40 deletions
@@ -64,7 +64,7 @@ public class ServerLauncher {
* @param args command-line arguments (unused).
* @throws RemoteException if the RMI server cannot be created.
*/
public static void main(String[] args) throws RemoteException {
static void main(String[] args) throws RemoteException {
LimitedMap<String, Boolean> playerList = new LimitedMap<>(5, () -> {});
BlockingQueue<NetworkEvent> actionQueue = new LinkedBlockingQueue<>();
GameController gameController = new GameController();