Skip to content

Commit

Permalink
fix: runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Nov 11, 2024
1 parent 440c60f commit e7f5c34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions l4d2_tank_draw/scripting/lib/timer_bomb.sp
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ stock void KillTimeBomb(int client)
g_hTimeBombTimer[client] = null;
g_iTimeBombTicks[client] = 0;
}

if (IsClientInGame(client))
{
SetEntityRenderColor(client, 255, 255, 255, 255);
}
}

stock void KillAllTimeBombs()
Expand Down

0 comments on commit e7f5c34

Please sign in to comment.