Advertisement
Maniek2341

Untitled

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