Fix spacing

This commit is contained in:
SimplyMidnight 2020-11-05 20:56:17 -07:00
parent c97f7d35dc
commit 3d04d792e9

View File

@ -7,12 +7,11 @@ function yeetPlayer( caller, targets, strength )
for _, v in pairs( targets ) do
if not v:IsPlayer() then return end
if not v:Alive() then return end
if not v:IsPlayer() then return end
if v:IsFrozen() then
if v:IsFrozen() then
v:Freeze( false )
v:Freeze( false )
end