Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Update core/src/main/java/org/geysermc/geyser/extension/GeyserExtensionLoader.java
Co-authored-by: chris <github@onechris.mozmail.com>
Dieser Commit ist enthalten in:
Ursprung
7621a0cced
Commit
0666403243
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren