Fix world generation not running with 0 players connected
This commit is contained in:
@@ -98,7 +98,7 @@ public abstract class AbstractDhServerLevel extends AbstractDhLevel implements I
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldDoWorldGen()
|
public boolean shouldDoWorldGen()
|
||||||
{ return Config.Common.WorldGenerator.enableDistantGeneration.get() && !this.worldGenPlayerCenteringQueue.isEmpty(); }
|
{ return Config.Common.WorldGenerator.enableDistantGeneration.get(); }
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public DhBlockPos2D getTargetPosForGeneration()
|
public DhBlockPos2D getTargetPosForGeneration()
|
||||||
|
|||||||
Reference in New Issue
Block a user