OSBotMerccy

Untitled

Jul 4th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public boolean contains(Inventory inv, int[] i){
  2.     for(int x : i){
  3.         if(inv.contains(x)){
  4.             return true;
  5.         }
  6.     }
  7.     return false;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment