mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
parent
b2b810ddea
commit
9190fd98d0
2 changed files with 3 additions and 3 deletions
|
@ -203,9 +203,9 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|||
+ <dependency>
|
||||
+ <groupId>launcher</groupId>
|
||||
+ <artifactId>clientside</artifactId>
|
||||
+ <version>15.4+</version>
|
||||
+ <version>4+</version>
|
||||
+ <scope>system</scope>
|
||||
+ <systemPath>C:/Users/Administrator/Files/Projects/Launcher15.2/Launcher.jar</systemPath>
|
||||
+ <systemPath>$HOME$/Launcher/Launcher/build/libs/Launcher.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ index f4e83af..d3a6d7f 100644
|
|||
addClassLoaderExclusion("net.minecraft.launchwrapper.");
|
||||
|
||||
+ // classloader launcher exclusions
|
||||
+ addClassLoaderExclusion("launcher.");
|
||||
+ addClassLoaderExclusion("ru.gravit.launcher.");
|
||||
+ addClassLoaderExclusion("com.mojang.");
|
||||
+ addClassLoaderExclusion("com.google.gson.");
|
||||
+ addClassLoaderExclusion("org.json.");
|
||||
|
|
Loading…
Reference in a new issue