We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83532b commit f8864f5Copy full SHA for f8864f5
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>xyz.theprogramsrc</groupId>
8
<artifactId>SuperCoreAPI</artifactId>
9
- <version>3.2.9</version>
+ <version>3.3.0</version>
10
<packaging>jar</packaging>
11
12
<name>SuperCoreAPI</name>
src/main/java/xyz/theprogramsrc/supercoreapi/spigot/guis/GUI.java
@@ -41,7 +41,7 @@ public abstract class GUI extends SpigotModule {
41
* @param player who will view the GUI
42
*/
43
public GUI(SpigotPlugin plugin, Player player){
44
- super(plugin);
+ super(plugin,false);
45
this.player = player;
46
this.placeholders = new HashMap<>();
47
this.buttons = new HashMap<>();
0 commit comments