diff --git a/src/game/client/tf/clientmode_tf.cpp b/src/game/client/tf/clientmode_tf.cpp index ff97ca31f..25ee8d376 100644 --- a/src/game/client/tf/clientmode_tf.cpp +++ b/src/game/client/tf/clientmode_tf.cpp @@ -531,6 +531,7 @@ void ClientModeTFNormal::Shutdown() { RemoveFilesInPath( "materials/temp" ); RemoveFilesInPath( "download/user_custom" ); + RemoveFilesInPath( "sound/temp" ); } DestroyStatsSummaryPanel();