Skip to content

Commit

Permalink
Update thermalvision.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXonte authored Oct 16, 2024
1 parent d06e7de commit ca0f37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ttt2/libraries/thermalvision.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ local function RenderHook()
for i = 1, #thermalvisionList do
local entry = thermalvisionList[i]
local ent = entry.ent

if not IsValid(ent) or (ent:IsPlayer() and not ent:Alive()) then

Check warning on line 141 in lua/ttt2/libraries/thermalvision.lua

View workflow job for this annotation

GitHub Actions / lint

"Trailing whitespace"

Trailing whitespace
if not IsValid(ent) or (ent:IsPlayer() and (ent:IsSpec() or ent:IsGhost())) then
continue
end

Expand Down

0 comments on commit ca0f37f

Please sign in to comment.