Advertisement
Maniek2341

Untitled

Feb 6th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for (Drop d : DropUtils.getDrops()) {
  2. if (is.getType() == d.getType()) {
  3. UserUtils.addBDM(d.getType());
  4. u.setDrop(!u.isDrop());
  5. } else {
  6. UserUtils.removeBDM(d.getType());
  7. u.setDrop(u.isDrop());
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement