Skip to content

Commit

Permalink
Have to use basic logger until libraries loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Nov 13, 2022
1 parent a3780e4 commit adc4e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/src/main/java/net/citizensnpcs/Citizens.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ public TraitFactory getTraitFactory() {
}

private void loadMavenLibraries() {
Messaging.log("Downloading libraries, please wait...");
getLogger().info("[Citizens] Downloading libraries, please wait...");

LibraryManager lib = new BukkitLibraryManager(this);
lib.addMavenCentral();
lib.setLogLevel(LogLevel.WARN);
Expand Down

0 comments on commit adc4e0c

Please sign in to comment.