Skip to content

Commit

Permalink
Update cl_hud.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Violat0r authored Nov 29, 2016
1 parent 266107d commit 7350a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemode/cl_hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function DR:DrawTargetID()

DR.TargetIDAlpha = math.Clamp( DR.TargetIDAlpha - ( 1/( (TargetIDFadeTime:GetFloat()) * 100) ) * 255 * fmul, 0, 255 )

-- draw floating names if you're on the Death team
-- draw floating names if you're on the Death team and they are not a ghost
-- draw them for Runners as well, but not thru walls
for _, ply in ipairs(player.GetAll()) do

Expand Down

0 comments on commit 7350a3e

Please sign in to comment.