Update core/src/main/java/org/geysermc/geyser/extension/GeyserExtensionLoader.java

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
rtm516 2024-08-10 10:33:12 +01:00 committed by GitHub
parent afb9a04455
commit bbdab1f312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
// 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
}
});