Hopefully fix Structure load locking up the world gen threads (again)
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: 03f50b168d...a5178cecea
Reference in New Issue
Block a user