File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/me/kodysimpson/simpapi/menu Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >me.kodysimpson</groupId >
88 <artifactId >SimpAPI</artifactId >
9- <version >4.5.0 </version >
9+ <version >4.5.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >SimpAPI</name >
Original file line number Diff line number Diff line change 33import org .bukkit .ChatColor ;
44import org .bukkit .Material ;
55import org .bukkit .inventory .ItemStack ;
6+ import org .bukkit .plugin .Plugin ;
67import org .jetbrains .annotations .Nullable ;
78
89import java .util .HashMap ;
@@ -22,8 +23,8 @@ public abstract class PaginatedMenu extends Menu {
2223 //that the loop is on
2324 protected int index = 0 ;
2425
25- public PaginatedMenu (PlayerMenuUtility playerMenuUtility ) {
26- super (playerMenuUtility );
26+ public PaginatedMenu (Plugin plugin , PlayerMenuUtility playerMenuUtility ) {
27+ super (plugin , playerMenuUtility );
2728 }
2829
2930 /**
You can’t perform that action at this time.
0 commit comments