engine: client: identification: fix a typo

This commit is contained in:
Alibek Omarov
2026-02-28 04:16:47 +05:00
parent bdbf5c0ef2
commit 9302b8904c

View File

@@ -657,7 +657,7 @@ void ID_GetMD5ForAddress( char *key, netadr_t adr, size_t size )
}
if( bufsize != 0 )
value = BloomFilter_Process( buf, bufsize );
value |= BloomFilter_Process( buf, bufsize );
MD5Init( &ctx );
MD5Update( &ctx, (byte *)&value, sizeof( value ));