Skip to content

Commit

Permalink
include key for trigger_copyvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed Mar 31, 2024
1 parent 4f0bd98 commit c406021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/entities/CKeyValueLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bool CKeyValueLogic :: KeyValue( KeyValueData* pkvd )
{
m_iFloatConversion = atoi( pkvd->szValue );
}
else if( FStrEq( pkvd->szKeyName, "m_iszValueName" ) )
else if( FStrEq( pkvd->szKeyName, "m_iszValueName" ) || FStrEq( pkvd->szKeyName, "m_iszDstValueName" ) )
{
m_iszValueName = ALLOC_STRING( pkvd->szValue );
}
Expand Down

0 comments on commit c406021

Please sign in to comment.