potentially fix world gen getting stuck
This commit is contained in:
+5
@@ -198,6 +198,11 @@ public class GeneratedFullDataFileHandler extends FullDataFileHandler
|
||||
continue;
|
||||
}
|
||||
|
||||
if (this.repo.existsWithPrimaryKey(genPos.serialize()))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
// queue each new gen task
|
||||
GenTask genTask = new GenTask(dataSource.getSectionPos());
|
||||
|
||||
Reference in New Issue
Block a user