Remove temporary player jingle files if tf_delete_temp_files is enabled

This commit is contained in:
AndrewBetson 2025-03-07 13:23:14 -05:00 committed by Autumn
parent aea94b32cb
commit 8aefabd725

View File

@ -531,6 +531,7 @@ void ClientModeTFNormal::Shutdown()
{
RemoveFilesInPath( "materials/temp" );
RemoveFilesInPath( "download/user_custom" );
RemoveFilesInPath( "sound/temp" );
}
DestroyStatsSummaryPanel();