Spelling fix

This commit is contained in:
Nayruden 2017-11-05 13:56:52 -06:00
parent 60b0d90002
commit 27fcff6afd
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ local function ragdollPlayer( v )
ragdoll:Spawn()
ragdoll:Activate()
v:SetParent( ragdoll ) -- So their player ent will match up (position-wise) with where their ragdoll is.
-- Set velocity for each peice of the ragdoll
-- Set velocity for each piece of the ragdoll
local j = 1
while true do -- Break inside
local phys_obj = ragdoll:GetPhysicsObjectNum( j )

View File

@ -1 +1 @@
1509911778
1509911812