potentially fix world gen getting stuck

This commit is contained in:
James Seibel
2024-02-10 18:06:37 -06:00
parent 61c83e4c10
commit 89ea4c5172
@@ -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());