Resource Auto Stacking

This commit is contained in:
2024-05-13 18:18:51 -05:00
parent 15136518a3
commit 3d80a03e1e
@@ -2655,7 +2655,6 @@ public class CharacterItemManager {
item = DbManager.ItemQueries.ADD_ITEM(item);
if(item != null){
this.addItemToInventory(item);
this.updateInventory();
}
} catch (Exception e) {
ChatManager.chatSystemError((PlayerCharacter)this.getOwner(), "Resource Stack Error: Unable to create item. " + e.getMessage());