geforkt von Mirrors/FastAsyncWorldEdit
Fix chunk section Y
Dieser Commit ist enthalten in:
Ursprung
69e2ce6165
Commit
7c54f16d43
@ -437,7 +437,7 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
|
|||||||
// getParent().setCount(0, count - this.getAir(j), section);
|
// getParent().setCount(0, count - this.getAir(j), section);
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
section = sections[j] = getParent().newChunkSection(j << 4, flag, array);
|
section = sections[j] = getParent().newChunkSection(j, flag, array);
|
||||||
// getParent().setCount(0, count - this.getAir(j), section);
|
// getParent().setCount(0, count - this.getAir(j), section);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@ -451,7 +451,7 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
|
|||||||
// getParent().setCount(0, count - this.getAir(j), section);
|
// getParent().setCount(0, count - this.getAir(j), section);
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
section = sections[j] = getParent().newChunkSection(j << 4, flag, array);
|
section = sections[j] = getParent().newChunkSection(j, flag, array);
|
||||||
// getParent().setCount(0, count - this.getAir(j), section);
|
// getParent().setCount(0, count - this.getAir(j), section);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren