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: Konicai <71294714+Konicai@users.noreply.github.com>
Dieser Commit ist enthalten in:
Ursprung
afb9a04455
Commit
bbdab1f312
@ -190,7 +190,7 @@ public class GeyserExtensionLoader extends ExtensionLoader {
|
|||||||
// Store the file path 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
|
// this file will throw again when we actually try to load extensions, and it will be handled there
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren