Typo SpatialIOExplorerer

This commit is contained in:
thatsIch
2014-09-20 23:20:43 +02:00
parent fd674f2c51
commit 647256dd7c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public enum Achievements
SpatialIO(-4, -4, AEApi.instance().blocks().blockSpatialIOPort, AchievementType.Craft),
// done
SpatialIOExplorerer(-4, -2, AEApi.instance().items().itemSpatialCell128, AchievementType.Custom),
SpatialIOExplorer(-4, -2, AEApi.instance().items().itemSpatialCell128, AchievementType.Custom),
// done
StorageCell(-6, -4, AEApi.instance().items().itemCell64k, AchievementType.CraftItem),
+1 -1
View File
@@ -94,7 +94,7 @@ public class PlayerStatsRegistration
Achievements.GlassCable.setParent( Achievements.Charger );
Achievements.SpatialIOExplorerer.setParent( Achievements.SpatialIO );
Achievements.SpatialIOExplorer.setParent( Achievements.SpatialIO );
Achievements.IOPort.setParent( Achievements.StorageCell );
+1 -1
View File
@@ -182,7 +182,7 @@ public class StorageHelper
if ( player != null )
{
if ( link.dim.provider instanceof StorageWorldProvider )
Achievements.SpatialIOExplorerer.addToPlayer( player );
Achievements.SpatialIOExplorer.addToPlayer( player );
player.mcServer.getConfigurationManager().transferPlayerToDimension( player, link.dim.provider.dimensionId, new METeleporter( newWorld, link ) );
}