Skip to content

Commit

Permalink
Update core/src/main/java/org/geysermc/geyser/extension/GeyserExtensi…
Browse files Browse the repository at this point in the history
…onLoader.java

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
  • Loading branch information
rtm516 and Konicai authored Aug 10, 2024
1 parent afb9a04 commit bbdab1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected void loadAllExtensions(@NonNull ExtensionManager extensionManager) {
// Store the file path against ID for later use
extensionFiles.put(description.id(), path);
} catch (Throwable e) {
// no-op
// this file will throw again when we actually try to load extensions, and it will be handled there
}
});

Expand Down

0 comments on commit bbdab1f

Please sign in to comment.