Remove unused field

This commit is contained in:
s809
2025-01-03 20:22:36 +05:00
parent aa8659f62d
commit 6774a84f61
@@ -51,8 +51,6 @@ public abstract class AbstractDhServerLevel extends AbstractDhLevel implements I
private final FullDataSourceRequestHandler requestHandler = new FullDataSourceRequestHandler(this);
private final boolean NSizedGenerationSupported = false;
//=============//
// constructor //
@@ -217,8 +215,6 @@ public abstract class AbstractDhServerLevel extends AbstractDhLevel implements I
// world gen //
//===========//
public boolean isNSizedGenerationSupported() { return this.NSizedGenerationSupported; }
@Override
public void onWorldGenTaskComplete(long pos)
{