This commit is contained in:
t3hk0d3 2012-08-22 23:39:32 +04:00
parent c62222e324
commit 13412e58d9
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class PlayerListener extends ModifyworldListener {
if (holder instanceof Player || // do not track inter-inventory stuff
event.getRawSlot() >= event.getView().getTopInventory().getSize() || // top inventory only
event.getSlotType() != InventoryType.SlotType.OUTSIDE) { // do not track drop
event.getSlotType() == InventoryType.SlotType.OUTSIDE) { // do not track drop
return;
}