diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index c2516ceb5c..f1c7e0a9ae 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1155,7 +1155,7 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature // thowing out all the cache. -Chris FlushDirCache(); - if( bMakeSignature ) + if( PREFSMAN->m_bSignProfileData && bMakeSignature ) CryptManager::SignFileToFile( sPath ); return sFileName;