LegacyLauncher icon indicating copy to clipboard operation
LegacyLauncher copied to clipboard

Unnecessary Transformer Exclusion

Open Hallowizer opened this issue 6 years ago • 0 comments

Hi! I'm not sure if anyone saw this before, but I was looking at the LaunchClassLoader code, and I noticed that it adds a class loader exclusion for net.minecraft.launchwrapper.. There is also a transformer exclusion for net.minecraft.launchwrapper.injector.. However, the transformer exclusion for the injector package is never applied because the class loader exclusion for the main package takes precedence for the entire launch wrapper. Was this intentional?

Hallowizer avatar Aug 19 '18 00:08 Hallowizer