Typo metoriteBlob

This commit is contained in:
thatsIch
2014-09-21 02:42:21 +02:00
parent 6ed29b345d
commit a96406c971
+2 -2
View File
@@ -422,9 +422,9 @@ public class MeteoritePlacer
NBTTagCompound settings;
public boolean spawnMeteorite(IMeteoriteWorld w, NBTTagCompound metoriteBlob)
public boolean spawnMeteorite(IMeteoriteWorld w, NBTTagCompound meteoriteBlob)
{
settings = metoriteBlob;
settings = meteoriteBlob;
int x = settings.getInteger( "x" );
int y = settings.getInteger( "y" );