You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 fornet.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?The text was updated successfully, but these errors were encountered: