Fix entvars keyvalues not working.

Fix monstermaker classname.
This commit is contained in:
Giegue
2023-03-25 21:46:22 -03:00
parent b757c65345
commit c813f6e76a
3 changed files with 3 additions and 11 deletions

View File

@@ -111,11 +111,7 @@ void CMBaseEntity :: KeyValue( KeyValueData* pkvd )
if ( !pev || !pkvd )
return;
if ( pkvd->fHandled )
{
// only handled data contain readable strings
EntvarsKeyvalue( pev, pkvd );
}
EntvarsKeyvalue( pev, pkvd );
}
// give health