Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: AutoVoteRewardHandler.java
- ===================================================================
- --- AutoVoteRewardHandler.java (revision 5)
- +++ AutoVoteRewardHandler.java (revision 6)
- @@ -274,9 +274,9 @@
- {
- if (inputLine.contains("Votes"))
- {
- - String votesLine = in.readLine() ;
- + String votesLine = inputLine;
- - votes = Integer.valueOf(votesLine.split(">")[5].replace("</font", ""));
- + votes = Integer.valueOf(votesLine.split(">")[3].replace("</div", ""));
- break;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment