We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c8d9c commit 7c7eac3Copy full SHA for 7c7eac3
src/main/java/org/spongepowered/asm/mixin/transformer/MixinProcessor.java
@@ -251,7 +251,7 @@ public void audit(MixinEnvironment environment) {
251
for (String target : unhandled) {
252
try {
253
auditLogger.info("Force-loading class {}", target);
254
- this.service.getClassProvider().findClass(target, true);
+ this.service.getClassProvider().findClass(target, false);
255
} catch (ClassNotFoundException ex) {
256
auditLogger.error("Could not force-load " + target, ex);
257
}
0 commit comments