fix autolockchallengesteps doesn't work unless UnlockNames isn't empty

This commit is contained in:
Chris Danford
2006-07-25 22:10:46 +00:00
parent 9c73aed254
commit 1537a4679d
-2
View File
@@ -382,8 +382,6 @@ void UnlockManager::Load()
vector<RString> asUnlockNames;
split( UNLOCK_NAMES, ",", asUnlockNames );
if( asUnlockNames.empty() )
return;
for( unsigned i = 0; i < asUnlockNames.size(); ++i )
{