3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 16:31:14 +02:00

Fix storing path

Dieser Commit ist enthalten in:
rtm516 2024-08-09 13:41:53 +01:00
Ursprung 571e97332d
Commit 82b0555e5c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 331715B8B007C67A

Datei anzeigen

@ -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
}