mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-02-09 00:31:30 +01:00
Update to v2.3.3
Fix dupe glitch on MC 1.8.8 with drag and drop support
This commit is contained in:
parent
1a619037fb
commit
b15b049bfb
@ -181,6 +181,7 @@ public void onItemClick(InventoryClickEvent event)
|
||||
{
|
||||
ItemStack full = backpack.addItem(stack);
|
||||
stack.setAmount((full == null) ? 0 : full.getAmount());
|
||||
event.setCursor(full);
|
||||
event.setCancelled(true);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user