Fix world gen freezing for certain MC versions

This commit is contained in:
James Seibel
2023-10-30 22:18:24 -05:00
parent fbd48b3cfa
commit 7b902a4be1
@@ -138,8 +138,9 @@ public final class StepStructureStart
}
}
structurePlacementLock.unlock();
#endif
structurePlacementLock.unlock();
}
}
}