There was an error while loading. Please reload this page.
1 parent cafb4bb commit b5afbd2Copy full SHA for b5afbd2
server/source/ClientHandler.java
@@ -19,7 +19,7 @@ public void run() {
19
this.initClient();
20
String input;
21
try {
22
-listening: while (this.isConnected() && (input = reader.readLine()) != null) {
+while (this.isConnected() && (input = reader.readLine()) != null) {
23
if ("exit".equals(input)) {
24
break;
25
} else {
0 commit comments