Skip to content

Commit

Permalink
Fixed a typo with dirty rows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkeke142 authored and stefvanschie committed Jun 3, 2022
1 parent eed1a90 commit f197761
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public ChestGui(int rows, @NotNull TextHolder title) {
public void show(@NotNull HumanEntity humanEntity) {
if (isDirty() || dirtyRows) {
this.inventory = createInventory();
this.dirtyRows = true;
this.dirtyRows = false;

markChanges();
}
Expand Down

0 comments on commit f197761

Please sign in to comment.