e9da54c2f9
Too many changes to list.
10 lines
191 B
Lua
10 lines
191 B
Lua
INC_SERVER()
|
|
|
|
function SWEP:Think()
|
|
self:CheckSpool()
|
|
|
|
if self.IdleAnimation and self.IdleAnimation <= CurTime() then
|
|
self.IdleAnimation = nil
|
|
self:SendWeaponAnim(ACT_VM_IDLE)
|
|
end
|
|
end
|