engine: remove goldsrc meta delta table reinitialization

This commit is contained in:
Alibek Omarov
2024-10-14 06:54:41 +03:00
parent c5a291d9c7
commit 5bcd573821
3 changed files with 107 additions and 66 deletions

View File

@@ -596,7 +596,6 @@ void CL_ParseGoldSrcServerMessage( sizebuf_t *msg )
case svc_goldsrc_serverinfo:
Cbuf_Execute(); // make sure any stuffed commands are done
CL_ParseServerData( msg, PROTO_GOLDSRC );
Delta_InitMeta();
break;
case svc_lightstyle:
CL_ParseLightStyle( msg, PROTO_GOLDSRC );