FIX didn't save database after item more than backpack.

This commit is contained in:
Mics 2017-02-11 11:59:28 +08:00
parent 7c18cd067d
commit 9408e1aa35

View File

@ -103,6 +103,7 @@ public void open(Player p, boolean editable)
if (i != null)
{
player.getWorld().dropItemNaturally(player.getLocation(), i);
hasChanged = true;
}
}
}