Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum committed Dec 29, 2022
1 parent 15ac0d3 commit 8dd261f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/sf2/npc/npc_chaser_mind.sp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ Action Timer_SlenderChaseBossThink(Handle timer, any entref) //God damn you are
{
if (chaserBoss.StunHealth > 0)
{
PrintCenterTextAll("%f %f %f", chaserBoss.StunHealth, chaserBoss.InitialStunHealth, chaserBoss.StunFlashlightDamage);
if (!IsClassConfigsValid())
{
if (!doubleFlashlightDamage)
Expand Down

0 comments on commit 8dd261f

Please sign in to comment.