Microfix: TCP Server

This commit is contained in:
2026-04-24 15:41:53 +02:00
parent 05fbfd070b
commit 20ee6ba8e3
@@ -24,7 +24,7 @@ public class TCPServer {
return ConnectedPlayers; return ConnectedPlayers;
} }
public void start(String args[]){ public void start(){
clientHandlers = new ArrayList<>(); clientHandlers = new ArrayList<>();
try{ try{