mirror of
https://github.com/celisej567/source-engine.git
synced 2026-02-25 06:32:57 +03:00
gameui: add console button to main menu
This commit is contained in:
@@ -579,7 +579,7 @@ void Cmd_Exec_f( const CCommand &args )
|
||||
|
||||
const char *szFile = args[1];
|
||||
|
||||
const char *pPathID = "MOD";
|
||||
const char *pPathID = "*";
|
||||
|
||||
Q_snprintf( fileName, sizeof( fileName ), "//%s/cfg/%s", pPathID, szFile );
|
||||
Q_DefaultExtension( fileName, ".cfg", sizeof( fileName ) );
|
||||
|
||||
Reference in New Issue
Block a user