mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
FIX didn't save database after item more than backpack.
This commit is contained in:
parent
7c18cd067d
commit
9408e1aa35
@ -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