engine: client: s/cls.legacymode/cls.net_protocol/g

This commit is contained in:
Alibek Omarov
2026-06-22 18:42:56 +05:00
parent 365c126de6
commit c2ac632446
5 changed files with 30 additions and 30 deletions

View File

@@ -469,7 +469,7 @@ void CL_BatchResourceRequest( qboolean initialize )
{
if( done_downloading && CL_PrecacheResources( ))
{
CL_RegisterResources( &msg, cls.legacymode );
CL_RegisterResources( &msg, cls.net_protocol );
}
Netchan_CreateFragments( &cls.netchan, &msg );