Rename and clean up MapleStorageInventory
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user