mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-05 03:34:25 +00:00
engine: server: remove legacy light -> light_level entity key rewrite
This commit is contained in:
parent
652b1804a8
commit
68377435c8
@ -4967,12 +4967,6 @@ static qboolean SV_ParseEdict( char **pfile, edict_t *ent )
|
||||
pkvd[i].szValue = copystring( temp );
|
||||
}
|
||||
#endif
|
||||
if( !Q_strcmp( pkvd[i].szKeyName, "light" ))
|
||||
{
|
||||
Mem_Free( pkvd[i].szKeyName );
|
||||
pkvd[i].szKeyName = copystring( "light_level" );
|
||||
}
|
||||
|
||||
if( !pkvd[i].fHandled )
|
||||
{
|
||||
pkvd[i].szClassName = classname;
|
||||
|
Loading…
x
Reference in New Issue
Block a user