mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Default undefined skylight to 'full'
This commit is contained in:
parent
747ec85a0c
commit
4d310828dd
@ -86,7 +86,7 @@ public class MapChunkCache114_1 extends AbstractMapChunkCache {
|
||||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
@ -86,7 +86,7 @@ public class MapChunkCache114 extends AbstractMapChunkCache {
|
||||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
@ -89,7 +89,7 @@ public class MapChunkCache115 extends AbstractMapChunkCache {
|
||||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user