mirror of
https://github.com/celisej567/BCWSsrc.git
synced 2026-01-03 18:11:08 +03:00
Added vgui_screens_mapbase.txt to level init process for loading shared VGui screens
This commit is contained in:
@@ -212,8 +212,11 @@ public:
|
||||
|
||||
RefreshMapName();
|
||||
|
||||
// Shared Mapbase localization file
|
||||
// Shared Mapbase scripts to avoid overwriting mod files
|
||||
g_pVGuiLocalize->AddFile( "resource/mapbase_%language%.txt" );
|
||||
#ifdef CLIENT_DLL
|
||||
PanelMetaClassMgr()->LoadMetaClassDefinitionFile( "scripts/vgui_screens_mapbase.txt" );
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual void OnRestore()
|
||||
|
||||
Reference in New Issue
Block a user