Skip to content

Commit

Permalink
removed bad method call in GooeyContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
landonjw committed Mar 22, 2021
1 parent 962a791 commit 4591ebc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ private void initializePage(Page page) {
});
}
}
this.page.getTemplate().subscribe(this, (template) -> {
template.onUpdate(windowId, player);
});
}

private void updateSlotStack(int index, ItemStack stack, boolean playerInventory) {
Expand Down

0 comments on commit 4591ebc

Please sign in to comment.