Skip to content

Commit 56c801d

Browse files
authored
Update CeInventory.java
1 parent 4454caf commit 56c801d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/calculationEngine/entities/CeInventory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public ArrayList<CeItem> getCages() {
8989
return getCeItems(cage);
9090
}
9191

92-
public ArrayList<CeItem> getItems() {
92+
public ArrayList<CeItem> getConsumables() {
9393
return getCeItems(consumable);
9494
}
9595

0 commit comments

Comments
 (0)