Skip to content

Commit

Permalink
liiiiiiiiiiiint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXonte committed Jan 23, 2025
1 parent ff71115 commit 773498c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gamemodes/terrortown/entities/entities/ttt_c4/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ function ENT:Explode(tr)
end

gameEffects.ExplosiveSphereDamage(
dmgowner,
self,
self:GetDmg(),
pos,
r_outer,
r_inner,
true
)
dmgowner,
self,
self:GetDmg(),
pos,
r_outer,
r_inner,
true
)

local effect = EffectData()
effect:SetStart(pos)
Expand Down

0 comments on commit 773498c

Please sign in to comment.