Merge branch 'BOP-1.7.2-2.0.x' of https://github.com/BiomesOPlenty/BiomesOPlenty into BOP-1.7.2-2.0.x

This commit is contained in:
Adubbz 2014-06-19 18:16:39 +10:00
commit 6d08070e9e
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ public class WorldChunkManagerBOPHell extends WorldChunkManager
protected WorldChunkManagerBOPHell()
{
biomeCache = new BiomeCacheHell(this);
biomesToSpawnIn = new ArrayList<BiomeGenBase>();
}
public WorldChunkManagerBOPHell(long par1, WorldType par3WorldType)
@ -264,4 +265,4 @@ public class WorldChunkManagerBOPHell extends WorldChunkManager
{
biomeCache.cleanupCache();
}
}
}