mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-17 05:41:33 +01:00
Fixes #387
This commit is contained in:
parent
11cb7d1671
commit
4dc6cadc5d
@ -444,7 +444,7 @@ public class NMSRelighter implements Relighter{
|
|||||||
public RelightSkyEntry(int x, int z, byte[] fix, int bitmask) {
|
public RelightSkyEntry(int x, int z, byte[] fix, int bitmask) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
this.z = z;
|
this.z = z;
|
||||||
byte[] array = new byte[maxY + 1];
|
byte[] array = new byte[256];
|
||||||
Arrays.fill(array, (byte) 15);
|
Arrays.fill(array, (byte) 15);
|
||||||
this.mask = array;
|
this.mask = array;
|
||||||
this.bitmask = bitmask;
|
this.bitmask = bitmask;
|
||||||
|
Loading…
Reference in New Issue
Block a user