From 8e90e6df58de6ba9ae5ab809443df79397adfd8c Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 6 Aug 2022 13:08:32 -0500 Subject: [PATCH] Fixed commentary localization file not loading properly --- sp/src/game/client/c_point_commentary_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }