Typo metoriteSpawnChance

This commit is contained in:
thatsIch
2014-09-20 23:33:44 +02:00
parent ad16153f07
commit 2faf07d440
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ final public class MeteoriteWorldGen implements IWorldGenerator
if ( WorldGenRegistry.instance.isWorldGenEnabled( WorldGenType.Meteorites, w ) )
{
// add new metorites?
if ( r.nextFloat() < AEConfig.instance.metoriteSpawnChance )
if ( r.nextFloat() < AEConfig.instance.meteoriteSpawnChance )
{
int x = r.nextInt( 16 ) + (chunkX << 4);
int z = r.nextInt( 16 ) + (chunkZ << 4);