Skip to content

Commit

Permalink
🐛 Expose Canvas pages map
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSlover committed Nov 12, 2024
1 parent 0b2b946 commit bf08d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/marcusslover/plus/lib/item/Canvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class Canvas implements InventoryHolder { // Inventory holder to keep tra
private final @NotNull Button hackyButton = Button.create(-1);

// pages of the canvas
@Getter(AccessLevel.PRIVATE)
private final @NotNull Map<UUID, Integer> pages = new HashMap<>();
private @NotNull Integer rows; // 1-6 (using non-primitive to allow @NotNull for the constructor)

Expand Down

0 comments on commit bf08d62

Please sign in to comment.