Fixed mistake
This commit is contained in:
parent
a55cb25680
commit
a19b8567d5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import static nl.sbdeveloper.showcontrol.utils.MainUtil.__;
|
|||
|
||||
public class ShowCueGUI extends PaginationInventory {
|
||||
public ShowCueGUI(Player p, String name) {
|
||||
super(6, ChatColor.DARK_AQUA + "Show Cue Manager:");
|
||||
super(5, ChatColor.DARK_AQUA + "Show Cue Manager:");
|
||||
|
||||
Shows.getPoints(name).stream().sorted(Comparator.comparing(ShowCuePoint::getTime))
|
||||
.forEach(cue -> addItem(ClickableItem.of(MainUtil.pointToItem(cue), e -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue