mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 12:31:58 +01:00
Push BlueMapVue and remove wrong comment from code
This commit is contained in:
parent
79b6319ec5
commit
6186b16e8d
@ -1 +1 @@
|
||||
Subproject commit ef7a66f8b5f73c73404ba3860916630e6ae96799
|
||||
Subproject commit 13f60e6ee0ba39759d662bba5ae750a5918b564b
|
@ -267,7 +267,6 @@ public String getBiome(int x, int y, int z) {
|
||||
y = (y & 0xF) / 4;
|
||||
int biomeIndex = y * 16 + z * 4 + x;
|
||||
|
||||
// this.biomes.length == bits per biome -- because -> available longs * 64 (bits per long) / 64 (biomes per section, 4*4*4)
|
||||
long value = MCAMath.getValueFromLongArray(biomes, biomeIndex, bitsPerBiome);
|
||||
if (value >= biomePalette.length) {
|
||||
Logger.global.noFloodWarning("biomepalettewarning", "Got biome-palette value " + value + " but palette has size of " + biomePalette.length + "! (Future occasions of this error will not be logged)");
|
||||
|
Loading…
Reference in New Issue
Block a user