Typo stordName

This commit is contained in:
thatsIch 2014-09-20 23:27:36 +02:00
parent 1be9335570
commit 7fbe9d3974

View file

@ -393,9 +393,9 @@ public class AEBasePart implements IPart, IGridProxyable, IActionHost, IUpgradea
}
else
{
String stordName = memc.getSettingsName( memCardIS );
String storedName = memc.getSettingsName( memCardIS );
NBTTagCompound data = memc.getData( memCardIS );
if ( name.equals( stordName ) )
if ( name.equals( storedName ) )
{
uploadSettings( SettingsFrom.MEMORY_CARD, data );
memc.notifyUser( player, MemoryCardMessages.SETTINGS_LOADED );