One more last try

This commit is contained in:
T00thpick1 2013-08-04 11:56:37 -04:00
parent 3f6bce0fc6
commit c85bd8ab70

View File

@ -84,11 +84,9 @@ public class Unarmed {
dropStack.setAmount(dropAmount); dropStack.setAmount(dropAmount);
inventory.setItem(firstEmpty, dropStack); inventory.setItem(firstEmpty, dropStack);
return true; return true;
} else {
drop.remove();
return true;
} }
return false; drop.remove();
return true;
} }
} }