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); item = DbManager.ItemQueries.ADD_ITEM(item);
if(item != null){ if(item != null){
this.addItemToInventory(item); this.addItemToInventory(item);
this.updateInventory();
} }
} catch (Exception e) { } catch (Exception e) {
ChatManager.chatSystemError((PlayerCharacter)this.getOwner(), "Resource Stack Error: Unable to create item. " + e.getMessage()); ChatManager.chatSystemError((PlayerCharacter)this.getOwner(), "Resource Stack Error: Unable to create item. " + e.getMessage());