Don't entirely die just because a plugin jar was bad
This commit is contained in:
parent
c2b2de43cf
commit
c58d918886
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+ } catch (final IOException ex) {
|
+ } catch (final IOException ex) {
|
||||||
+ throw new RuntimeException("Failed to open plugin jar " + inputFile, ex);
|
+ return CompletableFuture.failedFuture(new RuntimeException("Failed to open plugin jar " + inputFile, ex));
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ return this.reobf.remapped().thenApplyAsync(reobfServer -> {
|
+ return this.reobf.remapped().thenApplyAsync(reobfServer -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue