Skip to content

Commit

Permalink
Add Factions hook compatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Jan 3, 2020
1 parent 5df7c2e commit 1b2beff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/griefcraft/lwc/LWC.java
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,9 @@ private void registerCoreModules() {
try {
registerModule(new Factions());
} catch (NoClassDefFoundError e) {
this.log("Failed to hook into Factions! (Is it up to date?)");
this.log("Failed to hook into Factions!");
this.log("Please make sure you are using an updated version of FactionsUUID.");
this.log("https://www.spigotmc.org/resources/factionsuuid.1035/");
e.printStackTrace();
}
}
Expand Down

0 comments on commit 1b2beff

Please sign in to comment.