Add FIXME note to MixinTransformerHasher

This commit is contained in:
embeddedt 2023-01-22 12:47:37 -05:00
parent 2a29aee37b
commit 95d7410722
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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<>();