mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Remove final conflict - kept by mistake
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
347228a246
commit
19b5a5e00b
1 changed files with 0 additions and 4 deletions
|
|
@ -122,7 +122,6 @@ final class LegacyLauncher extends AbstractLauncher {
|
|||
MethodHandle method = ReflectionUtils.findMainMethod(main);
|
||||
method.invokeExact(gameArgs.toArray(new String[0]));
|
||||
}
|
||||
<<<<<<< HEAD:libraries/launcher/legacy/org/prismlauncher/legacy/LegacyLauncher.java
|
||||
|
||||
private static Applet createAppletClass(String clazz) throws Throwable {
|
||||
Class<?> appletClass = ClassLoader.getSystemClassLoader().loadClass(clazz);
|
||||
|
|
@ -153,7 +152,4 @@ final class LegacyLauncher extends AbstractLauncher {
|
|||
|
||||
return null;
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> upstream/develop:libraries/launcher/org/prismlauncher/launcher/impl/legacy/LegacyLauncher.java
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue