mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 20:16:41 +00:00
Merging upstream changes
This commit is contained in:
@ -300,7 +300,7 @@ public class HeightMapMCAGenerator extends MCAWriter implements StreamChange, Dr
|
||||
for (int cx = scx; cx <= ecx; cx++) {
|
||||
final int finalCX = cx;
|
||||
final int finalCZ = cz;
|
||||
TaskManager.IMP.getPublicForkJoinPool().submit((Runnable) () -> {
|
||||
TaskManager.IMP.getPublicForkJoinPool().submit(() -> {
|
||||
try {
|
||||
FaweChunk toSend = getSnapshot(finalCX, finalCZ);
|
||||
toSend.setLoc(HeightMapMCAGenerator.this, finalCX + OX, finalCZ + OZ);
|
||||
|
Reference in New Issue
Block a user