resource stacking bug

This commit is contained in:
2024-03-09 20:06:02 -06:00
parent 912ebd4742
commit 0638028a59
@@ -1265,6 +1265,7 @@ public class CharacterItemManager {
}
}
}
i.setNumOfItems(count);
}
this.inventory.add(i);
this.itemIDtoType.put(i.getObjectUUID(), i.getObjectType().ordinal());