Advertisement
songoda

Untitled

Aug 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (serverMessage != null) {
  2. if (!serverMessage.equals("ERROR")) {
  3. if (cVersion != null) {
  4. System.out.println(">" + cVersion + ":" + ver + "<");
  5. if (!ver.trim().equals(cVersion).trim()) {
  6. upToDate = false;
  7. }
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement