Skip to content

Commit

Permalink
fix: backpack not initalize by type
Browse files Browse the repository at this point in the history
  • Loading branch information
NgLoader committed Jun 26, 2024
1 parent 257abe7 commit a74c364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip-plugin/src/main/java/net/imprex/zip/BackpackType.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ItemStack createItem() {

@Override
public Backpack create() {
return new Backpack(this.plugin, this);
return new Backpack(this.plugin, this, null);
}

@Override
Expand Down

0 comments on commit a74c364

Please sign in to comment.