Remove unused field
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user