mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-03-20 17:30:35 +03:00
Remove temporary player jingle files if tf_delete_temp_files is enabled
This commit is contained in:
parent
aea94b32cb
commit
8aefabd725
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user