mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Clean up
This commit is contained in:
parent
5b5fd35a82
commit
71b093c7b3
@ -2225,7 +2225,7 @@ function TOOL:Reload()
|
||||
end
|
||||
|
||||
|
||||
function TOOL:Think()
|
||||
function TOOL:Think()
|
||||
|
||||
if SERVER then
|
||||
|
||||
@ -2235,7 +2235,7 @@ if SERVER then
|
||||
if CurTime() < self.LastThink + (RAGDOLLMOVER[pl].updaterate or 0.01) then return end
|
||||
|
||||
local plTable = RAGDOLLMOVER[pl]
|
||||
|
||||
|
||||
local ent = plTable.Entity
|
||||
local axis = plTable.Axis
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user