Skip to content

Commit

Permalink
Revert RETURN_META(MRES_HANDLED); (#662)
Browse files Browse the repository at this point in the history
#554 (Revert "Fun: Make TraceLine a post forward") did not fully revert back TraceLine. RETURN_META(MRES_HANDLED); was added by #421 (Update Fun module) but still remains there.
  • Loading branch information
PartialCloning authored and Arkshine committed Jan 30, 2019
1 parent 38cd5ab commit fd64327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/fun/fun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ void TraceLine(const float *v1, const float *v2, int fNoMonsters, edict_t *shoot
if (!(Players[shooterIndex].GetBodyHits(targetIndex) & (1 << ptr->iHitgroup)))
{
ptr->flFraction = 1.0;
RETURN_META(MRES_HANDLED);
}
}

Expand Down

0 comments on commit fd64327

Please sign in to comment.