Guest User

Topzone fix

a guest
Oct 1st, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.68 KB | None | 0 0
  1. Index: AutoVoteRewardHandler.java
  2. ===================================================================
  3. --- AutoVoteRewardHandler.java    (revision 5)
  4. +++ AutoVoteRewardHandler.java    (revision 6)
  5. @@ -274,9 +274,9 @@
  6.              {
  7.                  if (inputLine.contains("Votes"))
  8.                  {
  9. -                    String votesLine = in.readLine() ;
  10. +                    String votesLine = inputLine;
  11.                      
  12. -                    votes = Integer.valueOf(votesLine.split(">")[5].replace("</font", ""));
  13. +                    votes = Integer.valueOf(votesLine.split(">")[3].replace("</div", ""));
  14.                      break;
  15.                  }
  16.              }
Advertisement
Add Comment
Please, Sign In to add comment