File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/kettingpowered/launcher Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,8 @@ void launch() throws Exception {
332
332
addToClassPath (KettingFileVersioned .FORGE_PATCHED_JAR );
333
333
addToClassPath (KettingFileVersioned .SERVER_JAR );
334
334
}
335
+ downloadMCP .join ();
336
+ if (Patcher .checkUpdateNeeded ()) new Patcher ();
335
337
336
338
Arrays .stream (libs .getLoadedLibs ())
337
339
.map (url -> {
@@ -341,10 +343,8 @@ void launch() throws Exception {
341
343
throw new RuntimeException (e );
342
344
}
343
345
}).forEach (jarFile -> Main .INST .appendToSystemClassLoaderSearch (jarFile ));
344
- downloadMCP .join ();
345
346
346
347
347
- if (Patcher .checkUpdateNeeded ()) new Patcher ();
348
348
349
349
System .out .println ("Launching Ketting..." );
350
350
final List <String > arg_list = new ArrayList <>(args .args ());
You can’t perform that action at this time.
0 commit comments