Skip to content

Commit b9c743d

Browse files
committed
It seems to save automatically.
1 parent 54f6300 commit b9c743d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/noobanidus/mods/lootr/data/SpecialChestInventory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public ItemStack removeItem(int index, int count) {
120120
ItemStack itemstack = ContainerHelper.removeItem(this.contents, index, count);
121121
if (!itemstack.isEmpty()) {
122122
this.setChanged();
123-
// TODO: Trigger save?
124123
}
125124

126125
return itemstack;

0 commit comments

Comments
 (0)