mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-11 20:02:07 +01:00
Merge pull request #3 from mics8128/master
FIX item duplication bug for shrinking backpack size.
This commit is contained in:
commit
70e7eaa589
@ -103,6 +103,7 @@ public void open(Player p, boolean editable)
|
||||
if (i != null)
|
||||
{
|
||||
player.getWorld().dropItemNaturally(player.getLocation(), i);
|
||||
hasChanged = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user