forked from MagicBane/Server
Resource Auto Stacking
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user