Fixed a derp

This commit is contained in:
Adubbz 2014-01-17 21:58:53 +11:00
parent d7dc2db2f3
commit 9aa169f830
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ public class GenLayerBiomeBOP extends GenLayerBiome
int l1 = (biomeID & 3840) >> 8;
biomeID &= -3841;
//TODO: isOceanBiome()
if (this.func_151618_b(biomeID))
if (isOceanBiome(biomeID))
{
aint1[j1 + i1 * par3] = biomeID;
}