Corrected shutdown message
This commit is contained in:
parent
bacc171ccd
commit
fa3c1829a9
@ -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