Typo stordName
This commit is contained in:
parent
1be9335570
commit
7fbe9d3974
1 changed files with 2 additions and 2 deletions
|
@ -393,9 +393,9 @@ public class AEBasePart implements IPart, IGridProxyable, IActionHost, IUpgradea
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
String stordName = memc.getSettingsName( memCardIS );
|
String storedName = memc.getSettingsName( memCardIS );
|
||||||
NBTTagCompound data = memc.getData( memCardIS );
|
NBTTagCompound data = memc.getData( memCardIS );
|
||||||
if ( name.equals( stordName ) )
|
if ( name.equals( storedName ) )
|
||||||
{
|
{
|
||||||
uploadSettings( SettingsFrom.MEMORY_CARD, data );
|
uploadSettings( SettingsFrom.MEMORY_CARD, data );
|
||||||
memc.notifyUser( player, MemoryCardMessages.SETTINGS_LOADED );
|
memc.notifyUser( player, MemoryCardMessages.SETTINGS_LOADED );
|
||||||
|
|
Loading…
Reference in a new issue