revert last: StringToDifficulty is intentional

This commit is contained in:
Chris Danford
2008-11-28 21:10:41 +00:00
parent cba41f9d56
commit 83c0aec94a
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ void UnlockManager::Load()
break;
}
e->m_dc = BackwardCompatibleStringToDifficulty( e->m_cmd.GetArg(1).s );
e->m_dc = StringToDifficulty( e->m_cmd.GetArg(1).s );
if( e->m_dc == Difficulty_Invalid )
{
LOG->Warn( "Unlock: Invalid difficulty \"%s\"", e->m_cmd.GetArg(1).s.c_str() );