mirror of
https://github.com/PEXPlugins/Modifyworld.git
synced 2024-11-21 11:26:13 +01:00
Oops
This commit is contained in:
parent
c62222e324
commit
13412e58d9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user