LegacyLauncher
LegacyLauncher copied to clipboard
Unnecessary Transformer Exclusion
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?