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: Konicai <71294714+Konicai@users.noreply.github.com>
Dieser Commit ist enthalten in:
rtm516 2024-08-10 10:33:12 +01:00 committet von GitHub
Ursprung afb9a04455
Commit bbdab1f312
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -190,7 +190,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
// Store the file path against ID for later use
extensionFiles.put(description.id(), path);
} catch (Throwable e) {
// no-op
// this file will throw again when we actually try to load extensions, and it will be handled there
}
});