Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Fix storing path
Dieser Commit ist enthalten in:
Ursprung
571e97332d
Commit
82b0555e5c
@ -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
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren