mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Fix patch.
This commit is contained in:
parent
b2b810ddea
commit
3df0dddbc6
1 changed files with 1 additions and 1 deletions
|
@ -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