mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-11 05:21:07 +00:00
engine: server: fix sv_log output for enttools usage
This commit is contained in:
parent
ea3bfd969c
commit
e48133bf4b
@ -2958,7 +2958,7 @@ void SV_ExecuteClientCommand( sv_client_t *cl, const char *s )
|
|||||||
{
|
{
|
||||||
Con_Reportf( "enttools->%s(): %s\n", u->name, s );
|
Con_Reportf( "enttools->%s(): %s\n", u->name, s );
|
||||||
Log_Printf( "\"%s<%i><%s><>\" performed: %s\n", Info_ValueForKey( cl->userinfo, "name" ),
|
Log_Printf( "\"%s<%i><%s><>\" performed: %s\n", Info_ValueForKey( cl->userinfo, "name" ),
|
||||||
cl->userid, SV_GetClientIDString( cl ), NET_AdrToString( cl->netchan.remote_address ), s );
|
cl->userid, SV_GetClientIDString( cl ), s );
|
||||||
|
|
||||||
if( u->func )
|
if( u->func )
|
||||||
u->func( cl );
|
u->func( cl );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user