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