Microfix: TCP Server
This commit is contained in:
@@ -24,7 +24,7 @@ public class TCPServer {
|
||||
return ConnectedPlayers;
|
||||
}
|
||||
|
||||
public void start(String args[]){
|
||||
public void start(){
|
||||
clientHandlers = new ArrayList<>();
|
||||
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user