Add FIXME note to MixinTransformerHasher
This commit is contained in:
parent
2a29aee37b
commit
95d7410722
|
|
@ -28,6 +28,7 @@ public class MixinTransformerHasher {
|
|||
}
|
||||
|
||||
public static byte[] obtainHash(MixinLaunchPluginLegacy plugin, String className) {
|
||||
/* FIXME runs too early right now, and therefore doesn't pick up the list of mixins correctly */
|
||||
synchronized (MixinTransformerHasher.class) {
|
||||
if(hashesByClass == null) {
|
||||
hashesByClass = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user