mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
engine: server: log: use S_USAGE in logaddress for consistency with existing code
This commit is contained in:
parent
868d10a842
commit
61c75b9809
@ -181,7 +181,7 @@ void SV_SetLogAddress_f( void )
|
||||
|
||||
if( Cmd_Argc() != 3 )
|
||||
{
|
||||
Con_Printf( "logaddress: usage\nlogaddress < ip port | off >\n" );
|
||||
Con_Printf( S_USAGE "logaddress < ip port | off >\n" );
|
||||
|
||||
if( svs.log.active && svs.log.net_log )
|
||||
Con_Printf( "current: %s\n", NET_AdrToString( svs.log.net_address ));
|
||||
|
Loading…
Reference in New Issue
Block a user