mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 23:05:30 +03:00
Fixed commentary localization file not loading properly
This commit is contained in:
parent
9a939547c0
commit
8e90e6df58
@ -248,7 +248,7 @@ public:
|
|||||||
|
|
||||||
#ifdef MAPBASE
|
#ifdef MAPBASE
|
||||||
// Special commentary localization file (useful for things like text nodes or print names)
|
// 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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user