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