Fix storing path

This commit is contained in:
rtm516 2024-08-09 13:41:53 +01:00
parent 571e97332d
commit 82b0555e5c
No known key found for this signature in database
GPG key ID: 331715B8B007C67A

View file

@ -188,7 +188,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
GeyserExtensionDescription description = this.extensionDescription(path);
// Store the file name against ID for later use
extensionFiles.put(description.id(), path.getFileName());
extensionFiles.put(description.id(), path);
} catch (Throwable e) {
// no-op
}