This website works better with JavaScript.
Home
Explore
Help
Sign In
neumeiersi91358
/
BotRoss
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Redundant 'close()'
master
Your Average Code
11 months ago
parent
5fc6cb8216
commit
475e5c1c5d
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/Bot.java
+ 0
- 1
src/Bot.java
View File
@@ -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());
}
Write
Preview
Loading…
Cancel
Save