mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Closes #72
This commit is contained in:
parent
f685184c3c
commit
23376c4bdc
@ -192,6 +192,8 @@ public class CharData {
|
||||
}
|
||||
|
||||
public void loadItems() {
|
||||
equippedSets.clear();
|
||||
setItemsOwned.clear();
|
||||
for (Array<Item> array : store.values()) array.clear();
|
||||
equipped.clear();
|
||||
belt.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user