diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index 8298627924..c0f37bd3be 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -382,8 +382,6 @@ void UnlockManager::Load() vector asUnlockNames; split( UNLOCK_NAMES, ",", asUnlockNames ); - if( asUnlockNames.empty() ) - return; for( unsigned i = 0; i < asUnlockNames.size(); ++i ) {