Skip to content

Commit

Permalink
Make the linter happy with me
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Sep 2, 2024
1 parent 8db6860 commit 0fb5517
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/acf/damage/debris_sv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ local function DebrisNetter(Entity, Normal, Power, CanGib, Ignite)
if not ACF.GetServerBool("CreateDebris") then return end
if Queue[Entity] then return end

local Current = Entity:GetColor()
local New = Vector(Current.r, Current.g, Current.b) * math.Rand(0.3, 0.6)

if not next(Queue) then
timer.Create("ACF_DebrisQueue", 0, 1, SendQueue)
end
Expand Down

0 comments on commit 0fb5517

Please sign in to comment.