mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-08-05 06:14:27 +02:00
Remove temporary player jingle files if tf_delete_temp_files is enabled
This commit is contained in:
@@ -531,6 +531,7 @@ void ClientModeTFNormal::Shutdown()
|
|||||||
{
|
{
|
||||||
RemoveFilesInPath( "materials/temp" );
|
RemoveFilesInPath( "materials/temp" );
|
||||||
RemoveFilesInPath( "download/user_custom" );
|
RemoveFilesInPath( "download/user_custom" );
|
||||||
|
RemoveFilesInPath( "sound/temp" );
|
||||||
}
|
}
|
||||||
|
|
||||||
DestroyStatsSummaryPanel();
|
DestroyStatsSummaryPanel();
|
||||||
|
Reference in New Issue
Block a user