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 20cd009 commit a0d6c97Copy full SHA for a0d6c97
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>simplexity</groupId>
8
<artifactId>SimplePMs</artifactId>
9
- <version>2.4.0</version>
+ <version>2.4.1</version>
10
<packaging>jar</packaging>
11
12
<name>SimplePMs</name>
src/main/java/simplexity/simplepms/SimplePMs.java
@@ -36,8 +36,8 @@ public void onEnable() {
36
if (getServer().getPluginManager().getPlugin("PlaceholderAPI") != null) {
37
papiEnabled = true;
38
}
39
- SqlHandler.getInstance().init();
40
loadConfigStuff();
+ SqlHandler.getInstance().init();
41
registerListeners();
42
registerCommands();
43
registerPermissions();
0 commit comments