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

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
rtm516 2024-08-09 13:48:59 +01:00 committed by GitHub
parent 7621a0cced
commit 0666403243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,7 +187,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
// Try load the description, so we know it's a valid extension
GeyserExtensionDescription description = this.extensionDescription(path);
// Store the file name against ID for later use
// Store the file path against ID for later use
extensionFiles.put(description.id(), path);
} catch (Throwable e) {
// no-op