*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
|
||||
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);
|
||||
}
|
||||
|
||||
|
@ -78,9 +78,6 @@ public class NMSRelighter {
|
||||
int z = MathMan.unpair16y(layer);
|
||||
int xx = bx + x;
|
||||
int zz = bz + z;
|
||||
if (y < 0) {
|
||||
System.out.println(y);
|
||||
}
|
||||
int emit = queue.getEmmittedLight(xx, y, zz);
|
||||
if (emit < 2) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user