mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update core/src/main/java/org/geysermc/geyser/extension/GeyserExtensionLoader.java
Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
parent
afb9a04455
commit
bbdab1f312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue