nicatronTg

Untitled

Oct 9th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.             if (!pairs.getKey().equals(playerGroup)){
  2.                 if (playerGroup.equals("Donator") || playerGroup.equals("DonatorPlus"))
  3.                 {
  4.                     if (!pairs.getKey().equals("Default"))
  5.                     {
  6.                         continue;
  7.                     }
  8.                 }
  9.             }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment