mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 07:32:03 -07:00
Don't entirely die just because a plugin jar was bad
This commit is contained in:
@@ -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 -> {
|
||||||
|
Reference in New Issue
Block a user