remove unused var in ThreadWorldGenParams

This commit is contained in:
James Seibel
2026-04-22 16:54:41 -05:00
parent 4329acf91d
commit 1777acd1d4
@@ -40,8 +40,6 @@ public final class ThreadWorldGenParams
public StructureCheck structCheck;
#endif
boolean isValid = true;
// used for some older MC versions
private static GlobalWorldGenParams previousGlobalWorldGenParams = null;
@@ -55,7 +53,6 @@ public final class ThreadWorldGenParams
{
ThreadWorldGenParams threadParam = LOCAL_PARAM_REF.get();
if (threadParam != null
&& threadParam.isValid
&& threadParam.level == globalParams.mcServerLevel)
{
return threadParam;