Remove unused world gen MixinData thread local

This commit is contained in:
James Seibel
2024-12-01 17:00:22 -06:00
parent b9a97a0fda
commit 3b4b4d6b7e
4 changed files with 0 additions and 22 deletions
@@ -51,7 +51,6 @@ public class FabricServerProxy implements AbstractModInitializer.IEventProxy
private static final Logger LOGGER = DhLoggerBuilder.getLogger();
private final boolean isDedicatedServer;
public static Supplier<Boolean> isGenerationThreadChecker = null;
@@ -87,7 +86,6 @@ public class FabricServerProxy implements AbstractModInitializer.IEventProxy
public void registerEvents()
{
LOGGER.info("Registering Fabric Server Events");
isGenerationThreadChecker = BatchGenerationEnvironment::isCurrentThreadDistantGeneratorThread;
/* Register the mod needed event callbacks */