Typo trys

This commit is contained in:
thatsIch
2014-09-21 02:42:00 +02:00
parent 5f84c0826b
commit 6ed29b345d
+1 -1
View File
@@ -102,7 +102,7 @@ final public class MeteoriteWorldGen implements IWorldGenerator
private boolean tryMeteorite(World w, int depth, int x, int z)
{
for (int trys = 0; trys < 20; trys++)
for (int tries = 0; tries < 20; tries++)
{
MeteoritePlacer mp = new MeteoritePlacer();