mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +01:00
*remove debug msg
This commit is contained in:
parent
ff60177dcc
commit
3d15022167
@ -352,9 +352,6 @@ public class BukkitQueue_1_10 extends BukkitQueue_0<Chunk, ChunkSection[], Chunk
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getSkyLight(ChunkSection section, int x, int y, int z) {
|
public int getSkyLight(ChunkSection section, int x, int y, int z) {
|
||||||
if (x == 15 && z == 0) {
|
|
||||||
System.out.println(" \\ " + x + "," + z + " | " + section.b(x & 15, y & 15, z & 15) + " | " + section.b(0, 0, 0));
|
|
||||||
}
|
|
||||||
return section.b(x & 15, y & 15, z & 15);
|
return section.b(x & 15, y & 15, z & 15);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,9 +78,6 @@ public class NMSRelighter {
|
|||||||
int z = MathMan.unpair16y(layer);
|
int z = MathMan.unpair16y(layer);
|
||||||
int xx = bx + x;
|
int xx = bx + x;
|
||||||
int zz = bz + z;
|
int zz = bz + z;
|
||||||
if (y < 0) {
|
|
||||||
System.out.println(y);
|
|
||||||
}
|
|
||||||
int emit = queue.getEmmittedLight(xx, y, zz);
|
int emit = queue.getEmmittedLight(xx, y, zz);
|
||||||
if (emit < 2) {
|
if (emit < 2) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user