remove html saving options (because the html writer is gone)
This commit is contained in:
@@ -701,9 +701,7 @@ bool Profile::SaveAllToDir( CString sDir, bool bSignData ) const
|
||||
}
|
||||
}
|
||||
|
||||
if( (IsMachine() && PREFSMAN->m_bWriteMachineStatsHtml) ||
|
||||
(!IsMachine() && PREFSMAN->m_bWritePlayerStatsHtml) )
|
||||
SaveStatsWebPageToDir( sDir );
|
||||
SaveStatsWebPageToDir( sDir );
|
||||
|
||||
//
|
||||
// create edits dir
|
||||
|
||||
Reference in New Issue
Block a user