2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2025-01-10 10:25:37 +01:00

engine: server: fix sv_log output for enttools usage

This commit is contained in:
Alibek Omarov 2022-12-08 05:40:36 +03:00
parent ea3bfd969c
commit e48133bf4b

View File

@ -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 );