engine: server: fix sv_log output for enttools usage
This commit is contained in:
parent
ea3bfd969c
commit
e48133bf4b
1 changed files with 1 additions and 1 deletions
|
@ -2958,7 +2958,7 @@ void SV_ExecuteClientCommand( sv_client_t *cl, const char *s )
|
|||
{
|
||||
Con_Reportf( "enttools->%s(): %s\n", u->name, s );
|
||||
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 )
|
||||
u->func( cl );
|
||||
|
|
Loading…
Add table
Reference in a new issue