Disable location cache again (manual timing showed it's not effective)

This commit is contained in:
embeddedt 2023-01-19 10:03:31 -05:00
parent 802a0587c7
commit cf2c6a2b7e

View File

@ -27,7 +27,7 @@ public class ModernFixMixinPlugin implements IMixinConfigPlugin {
public static ModernFixEarlyConfig config = null;
private static final boolean USE_TRANSFORMER_CACHE = false;
private static final boolean USE_CLASS_LOCATION_CACHE = true;
private static final boolean USE_CLASS_LOCATION_CACHE = false;
public ModernFixMixinPlugin() {
/* We abuse the constructor of a mixin plugin as a safe location to start modifying the classloader */