We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74e2db commit 4cec449Copy full SHA for 4cec449
pom.xml
@@ -10,7 +10,7 @@
10
11
<properties>
12
<res>${project.basedir}/res/</res>
13
- <revision>3.68.1</revision>
+ <revision>3.68.2</revision>
14
</properties>
15
16
<repositories>
src/main/java/com/trophonix/tradeplus/TradePlus.java
@@ -87,8 +87,8 @@ public void saveConfig() {
87
@Override public void onLoad() {
88
try {
89
WorldGuardHook.init();
90
- } catch (Exception ignored) {
91
- getLogger().info("Failed to hook into worldguard.");
+ } catch (Throwable ignored) {
+ getLogger().info("Failed to hook into worldguard. Ignore this if you don't have worldguard.");
92
}
93
94
0 commit comments