Redundant 'close()'

This commit is contained in:
Your Average Code 2024-01-25 14:17:42 +01:00
parent 5fc6cb8216
commit 475e5c1c5d

View File

@ -39,7 +39,6 @@ public abstract class Bot implements Runnable {
} }
catch (Exception e) { break; } catch (Exception e) { break; }
} }
socket.close();
} catch (IOException e) { } catch (IOException e) {
System.err.println("Error: " + e.getMessage()); System.err.println("Error: " + e.getMessage());
} }