Merge pull request #275 from lumien231/BOP-1.7.2-2.0.x

Initializing biomesToSpawnIn
This commit is contained in:
Adubbz 2014-06-16 05:52:56 +10:00
commit 96ac149c13
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();
}
}
}