schedule a refreshed view when changing view cells in terminals

This commit is contained in:
PrototypeTrousers
2023-08-05 19:16:02 -03:00
parent e16d90333b
commit 0429fe5f21
+1 -1
View File
@@ -104,7 +104,7 @@ public class ItemRepo {
public void setViewCell(final ItemStack[] list) {
this.myPartitionList = ItemViewCell.createFilter(list);
this.updateView();
this.changed = true;
}
public void updateView() {