From 93568fcb09f3e971c50ca10da9b57eccc754cbe6 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 11 Nov 2017 14:20:00 -0500 Subject: Removed most of the debug print statements in the core Also did some other stuff I guess --- entities/weapons/hands.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'entities/weapons/hands.lua') 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 -- cgit v1.2.3-70-g09d2