Corrected shutdown message
This commit is contained in:
parent
c7bb65818e
commit
066d133fe9
@ -45,7 +45,7 @@ public class Startup {
|
||||
server.start();
|
||||
server.getSocketProcessor().registerSocketIdListener(ConnectionManager.getInstance());
|
||||
|
||||
System.out.println("Press any key to stop the server...");
|
||||
System.out.println("Press the return key to stop the server...");
|
||||
System.in.read();
|
||||
System.exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user