engine: server: fix another const qualifier lose

This commit is contained in:
Alibek Omarov 2021-07-20 17:09:16 +03:00
parent 901e52615b
commit 7b8ec0ad4b
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ void SV_Status_f( void )
for( i = 0, cl = svs.clients; i < svs.maxclients; i++, cl++ )
{
int j, l;
char *s;
const char *s;
if( !cl->state ) continue;