2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

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

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;