mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix storing path
This commit is contained in:
parent
571e97332d
commit
82b0555e5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue