mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-27 18:11:35 +01:00
Fix section size
This commit is contained in:
parent
2e2fbec8f9
commit
f95a832cae
@ -794,7 +794,7 @@ public class NewMapChunkCache implements MapChunkCache {
|
|||||||
return ss.getRawBiomeRainfall(x & 0xF, z & 0xF);
|
return ss.getRawBiomeRainfall(x & 0xF, z & 0xF);
|
||||||
}
|
}
|
||||||
private void initSectionData(int idx) {
|
private void initSectionData(int idx) {
|
||||||
isSectionNotEmpty[idx] = new boolean[w.getMaxHeight() >> 16];
|
isSectionNotEmpty[idx] = new boolean[w.getMaxHeight() >> 4];
|
||||||
int maxy = 0;
|
int maxy = 0;
|
||||||
if(snaparray[idx] != EMPTY) {
|
if(snaparray[idx] != EMPTY) {
|
||||||
/* Get max height */
|
/* Get max height */
|
||||||
|
Loading…
Reference in New Issue
Block a user