mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
engine: server: remove unused arguments passed to Con_Printf
This commit is contained in:
parent
11d4cb0f1e
commit
8445567ab4
@ -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__ );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user