Hopefully fix Structure load locking up the world gen threads (again)

This commit is contained in:
James Seibel
2023-09-13 18:30:22 -05:00
parent 515c45b4c8
commit 84028f78b8
2 changed files with 3 additions and 3 deletions
@@ -110,8 +110,6 @@ public final class StepStructureStart
tParams.structFeat, chunk, environment.params.structures);
#endif
structurePlacementLock.unlock();
#if POST_MC_1_18_2
try
{
@@ -139,6 +137,8 @@ public final class StepStructureStart
//throw new StepStructureStart.StructStartCorruptedException(secondEx);
}
}
structurePlacementLock.unlock();
#endif
}
}