3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 16:31:14 +02: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:
rtm516 2024-08-09 13:48:59 +01:00 committet von GitHub
Ursprung 7621a0cced
Commit 0666403243
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -187,7 +187,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
// Try load the description, so we know it's a valid extension // Try load the description, so we know it's a valid extension
GeyserExtensionDescription description = this.extensionDescription(path); 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); extensionFiles.put(description.id(), path);
} catch (Throwable e) { } catch (Throwable e) {
// no-op // no-op