File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/xyz/theprogramsrc/supercoreapi/spigot/gui/precreated/settings Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 55 <artifactId >SuperCoreAPI</artifactId >
66 <name >SuperCoreAPI</name >
77 <version >5.2.2-SNAPSHOT</version >
8+ <description >The best way to create a plugin.</description >
9+ <url >https://github.com/TheProgramSrc/SuperCoreAPI</url >
810 <build >
911 <sourceDirectory >src/main/java</sourceDirectory >
1012 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ public abstract class SettingsGui extends Gui{
2121 private SettingPane [] settingPanes ;
2222
2323 public SettingsGui (Player player ){
24- super (player );
24+ super (player , false );
2525 this .current = -1 ;
2626 this .settingPanes = this .getSettingPanes ();
27+ this .open ();
2728 }
2829
2930 @ Override
You can’t perform that action at this time.
0 commit comments