This commit is contained in:
Robin Kupper
2011-05-22 20:32:42 +02:00
parent f788d5ef14
commit 009b4b2595
2 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ public class BukkitUtils
continue;
}
final int comp = comperator.compare(items1[c1], items2[c2]);
System.out.print("Comparing: " + items1[c1] + " & " + items2[c2] + " = " + comp);
if (comp < 0) {
items1[c1].setAmount(items1[c1].getAmount() * -1);
diff.add(items1[c1]);