Fixed commentary localization file not loading properly

This commit is contained in:
Blixibon 2022-08-06 13:08:32 -05:00
parent 9a939547c0
commit 8e90e6df58

View File

@ -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
}