From 4eaf0f57b8465cde3e2057398ad7f63ddcd757f7 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:42:53 +0200 Subject: [PATCH] Typo placeMetorite --- helpers/MeteoritePlacer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/MeteoritePlacer.java b/helpers/MeteoritePlacer.java index b80fb02a..65a5c1b4 100644 --- a/helpers/MeteoritePlacer.java +++ b/helpers/MeteoritePlacer.java @@ -450,7 +450,7 @@ public class MeteoritePlacer if ( skyMode > 10 ) placeCrator( w, x, y, z ); - placeMetor( w, x, y, z ); + placeMeteorite( w, x, y, z ); // collapse blocks... if ( skyMode > 3 ) @@ -549,7 +549,7 @@ public class MeteoritePlacer if ( skyMode > 10 ) placeCrator( w, x, y, z ); - placeMetor( w, x, y, z ); + placeMeteorite( w, x, y, z ); // collapse blocks... if ( skyMode > 3 ) @@ -608,7 +608,7 @@ public class MeteoritePlacer } } - private void placeMetor(IMeteoriteWorld w, int x, int y, int z) + private void placeMeteorite(IMeteoriteWorld w, int x, int y, int z) { int Xmeteor_l = w.minX( x - 8 ); int Xmeteor_h = w.maxX( x + 8 );