Rename and clean up MapleStorageInventory

This commit is contained in:
P0nk
2021-09-09 22:53:16 +02:00
parent e9c8a82b47
commit 701d735202
2 changed files with 202 additions and 172 deletions

View File

@@ -274,7 +274,7 @@ public class Storage {
public void arrangeItems(Client c) {
lock.lock();
try {
MapleStorageInventory msi = new MapleStorageInventory(c, items);
StorageInventory msi = new StorageInventory(c, items);
msi.mergeItems();
items = msi.sortItems();