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
@@ -59,7 +59,6 @@ public class ForgeServerProxy implements AbstractModInitializer.IEventProxy
private final ServerApi serverApi = ServerApi.INSTANCE;
private final boolean isDedicated;
public static Supplier<Boolean> isGenerationThreadChecker = null;
@@ -82,7 +81,6 @@ public class ForgeServerProxy implements AbstractModInitializer.IEventProxy
public ForgeServerProxy(boolean isDedicated)
{
this.isDedicated = isDedicated;
isGenerationThreadChecker = BatchGenerationEnvironment::isCurrentThreadDistantGeneratorThread;
}