Skip to content

Commit

Permalink
monstermaker target pass child as activator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed Sep 24, 2024
1 parent a0ce712 commit f5f21f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/entities/NPCs/monstermaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void CMonsterMaker::MakeMonster()
if (!FStringNull(pev->target))
{
// delay already overloaded for this entity, so can't call SUB_UseTargets()
FireTargets(STRING(pev->target), this, this, USE_TOGGLE, 0);
FireTargets(STRING(pev->target), entity, this, USE_TOGGLE, 0);
}
}

Expand Down

0 comments on commit f5f21f7

Please sign in to comment.