engine: server: remove unused arguments passed to Con_Printf

This commit is contained in:
Alibek Omarov 2022-05-29 02:27:39 +03:00
parent 11d4cb0f1e
commit 8445567ab4

View File

@ -2729,7 +2729,7 @@ void GAME_EXPORT pfnMessageEnd( void )
SV_Multicast( svgame.msg_dest, org, svgame.msg_ent, true, false ); 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__ );
} }
/* /*