diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-11 14:20:00 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-11 14:20:00 -0500 |
| commit | 93568fcb09f3e971c50ca10da9b57eccc754cbe6 (patch) | |
| tree | 63a353d1436f199e08fe17a527c55e879ec75077 /entities/weapons | |
| parent | 2252904b8147419c551ad2653a20627281d0531f (diff) | |
| download | artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.tar.gz artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.tar.bz2 artery-93568fcb09f3e971c50ca10da9b57eccc754cbe6.zip | |
Removed most of the debug print statements in the core
Also did some other stuff I guess
Diffstat (limited to 'entities/weapons')
| -rw-r--r-- | entities/weapons/hands.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/entities/weapons/hands.lua b/entities/weapons/hands.lua index 57c56d9..8d97ab7 100644 --- a/entities/weapons/hands.lua +++ b/entities/weapons/hands.lua @@ -62,8 +62,6 @@ function SWEP:Tick() local targetang = self.Owner:EyeAngles() + self.PickupAngles local angvel = self.Pickup:GetAngles() - targetang local deltaang = self.Pickup:GetPhysicsObject():GetAngleVelocity() - angvel:Forward() - print("target",targetang,"vel",angvel,"delta",deltaang) - print("Cur is", self.Pickup:GetPhysicsObject():GetAngleVelocity()) self.Pickup:GetPhysicsObject():AddAngleVelocity(angvel:Forward()) end end |
