mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
parent
da3ca7a40d
commit
2355f31613
1 changed files with 2 additions and 1 deletions
|
@ -701,7 +701,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ try {
|
+ try {
|
||||||
+ collector.throwIfPresent();
|
+ collector.throwIfPresent();
|
||||||
+ } catch (final Exception ex) {
|
+ } catch (final Exception ex) {
|
||||||
+ throw new RuntimeException("Encountered exception remapping plugins", ex);
|
+ // Don't hard fail during bootstrap/plugin loading. The plugin(s) in question will be skipped
|
||||||
|
+ LOGGER.error("Encountered exception remapping plugins", ex);
|
||||||
+ }
|
+ }
|
||||||
+ return ret;
|
+ return ret;
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in a new issue