Microfix: TCP Server
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user