Fix systeminfo command, fix by DevHC
This commit is contained in:
parent
0387b8002e
commit
21668c0616
2 changed files with 4 additions and 4 deletions
|
@ -1199,7 +1199,7 @@ Examine or change the serverinfo string
|
|||
*/
|
||||
static void SV_Systeminfo_f( void ) {
|
||||
Com_Printf ("System info settings:\n");
|
||||
Info_Print ( Cvar_InfoString( CVAR_SYSTEMINFO ) );
|
||||
Info_Print ( Cvar_InfoString_Big( CVAR_SYSTEMINFO ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue