mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 21:33:02 +05:00
Remove some unneeded shit
This commit is contained in:
parent
8c6664036c
commit
7df82b0bed
1 changed files with 0 additions and 1 deletions
|
@ -343,7 +343,6 @@ hook.Add("KeyPress", "KickglitchFR", function(ply, key)
|
||||||
if !ply:Alive() then
|
if !ply:Alive() then
|
||||||
else
|
else
|
||||||
local forward = ply:EyeAngles()
|
local forward = ply:EyeAngles()
|
||||||
forward.y, forward.r = math.Round(forward.y), math.Round(forward.r) -- Prediction is better if math.Round is used on angles
|
|
||||||
forward.p = 0
|
forward.p = 0
|
||||||
forward = forward:Forward()
|
forward = forward:Forward()
|
||||||
local speedboost = forward * (4 / 0.06858125)
|
local speedboost = forward * (4 / 0.06858125)
|
||||||
|
|
Loading…
Reference in a new issue