mirror of
https://github.com/CFC-Servers/cfc_ulx_commands.git
synced 2025-03-04 03:13:28 -05:00
Fix spacing
This commit is contained in:
parent
c97f7d35dc
commit
3d04d792e9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user