Redundant 'close()'
This commit is contained in:
parent
5fc6cb8216
commit
475e5c1c5d
@ -39,7 +39,6 @@ public abstract class Bot implements Runnable {
|
||||
}
|
||||
catch (Exception e) { break; }
|
||||
}
|
||||
socket.close();
|
||||
} catch (IOException e) {
|
||||
System.err.println("Error: " + e.getMessage());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user