diff --git a/sp/src/game/client/c_point_commentary_node.cpp b/sp/src/game/client/c_point_commentary_node.cpp index cd0c77eb..7ff47f24 100644 --- a/sp/src/game/client/c_point_commentary_node.cpp +++ b/sp/src/game/client/c_point_commentary_node.cpp @@ -248,7 +248,7 @@ public: #ifdef MAPBASE // Special commentary localization file (useful for things like text nodes or print names) - g_pVGuiLocalize->AddFile( "resource/commentary_%language%.txt" ); + g_pVGuiLocalize->AddFile( "resource/commentary_%language%.txt", "MOD", true ); #endif }