mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update core/src/main/java/org/geysermc/geyser/extension/GeyserExtensionLoader.java
Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
parent
7621a0cced
commit
0666403243
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue