Fix patch. (#53)

* Fix patch.

* Update BungeeCord.patch
This commit is contained in:
Zaxar163 2018-11-11 09:19:55 +03:00 committed by GitHub
parent b2b810ddea
commit 9190fd98d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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.");