add a todo comment to fabric MixinThreadingDetector to match forge

This commit is contained in:
James Seibel
2023-08-06 17:49:14 -05:00
parent 889474fb42
commit b0c1f69023
@@ -35,6 +35,7 @@ import java.util.concurrent.Semaphore;
/**
* Why does this exist? But okay! (Will be probably removed when the experimental generator is done)
* FIXME: Recheck this
*/
@Mixin(ThreadingDetector.class)
public class MixinThreadingDetector {