engine: server: remove unused arguments passed to Con_Printf
This commit is contained in:
parent
11d4cb0f1e
commit
8445567ab4
1 changed files with 1 additions and 1 deletions
|
@ -2729,7 +2729,7 @@ void GAME_EXPORT pfnMessageEnd( void )
|
|||
|
||||
SV_Multicast( svgame.msg_dest, org, svgame.msg_ent, true, false );
|
||||
|
||||
if( svgame.msg_trace ) Con_Printf( "^3%s()\n", __FUNCTION__, svgame.msg_dest, svgame.msg_name );
|
||||
if( svgame.msg_trace ) Con_Printf( "^3%s()\n", __FUNCTION__ );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue