mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-16 21:31:34 +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) {
|
||||
this.x = x;
|
||||
this.z = z;
|
||||
byte[] array = new byte[maxY + 1];
|
||||
byte[] array = new byte[256];
|
||||
Arrays.fill(array, (byte) 15);
|
||||
this.mask = array;
|
||||
this.bitmask = bitmask;
|
||||
|
Loading…
Reference in New Issue
Block a user