One last try

This commit is contained in:
T00thpick1 2013-08-04 11:51:34 -04:00
parent e566b20e2b
commit 3f6bce0fc6

View File

@ -85,7 +85,7 @@ public class Unarmed {
inventory.setItem(firstEmpty, dropStack);
return true;
} else {
// This should never happen as event contract states that the amount on the stack is equal to the amount they can actually pick up
drop.remove();
return true;
}