Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Mar 21, 2024
1 parent 59dde67 commit 80b16ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/bukkit/plugin/java/JavaPluginLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public JavaPluginLoader(@NotNull Server instance) {

LibraryLoader libraryLoader = null;
try {
libraryLoader = new LibraryLoader(server.getLogger());
libraryLoader = new LibraryLoader();
} catch (NoClassDefFoundError ex) {
// Provided depends were not added back
server.getLogger().warning("Could not initialize LibraryLoader (missing dependencies?)");
Expand Down

0 comments on commit 80b16ac

Please sign in to comment.