File tree Expand file tree Collapse file tree
Menu Library/src/main/java/org/broken/arrow/menu/library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ protected double amountOfPages() {
824824 protected void setMenuItemsToAllPages () {
825825 this .requiredPages = Math .max ((int ) Math .ceil (amountOfPages ()), 1 );
826826 if (this .manuallySetPages > 0 ) this .requiredPages = this .manuallySetPages ;
827-
827+
828828 final MenuRenderer <T > renderer = this .menuRenderer ;
829829 renderer .resetStartItemIndex ();
830830 renderer .setHighestFillSlot (this .highestFillSlot );
@@ -964,7 +964,7 @@ protected void runAnimateTitle() {
964964
965965 if (this .animateTitleTask == null || !this .animateTitleTask .isRunning ()) {
966966 this .animateTitleTask = new AnimateTitleTask <T >(this );
967- this .animateTitleTask .runTask (20 + this .animateTitleTime );
967+ this .animateTitleTask .runTask ( 20L + this .animateTitleTime );
968968 }
969969
970970/* this.taskIdAnimateTitle = new BukkitRunnable() {
You can’t perform that action at this time.
0 commit comments