Typo that broke crouch walking
This commit is contained in:
parent
6735765f4f
commit
0c71e86dda
|
@ -152,7 +152,7 @@ hook.Add( "Move", "Benny_Move", function( ply, mv )
|
||||||
local w = ply:BennyCheck()
|
local w = ply:BennyCheck()
|
||||||
local hand = false
|
local hand = false
|
||||||
if w and w:bWepClass( hand ) then
|
if w and w:bWepClass( hand ) then
|
||||||
local targetspeed = ply:GetMaxSpeed()
|
local targetspeed = mv:GetMaxSpeed()
|
||||||
|
|
||||||
targetspeed = targetspeed * w:GetStat( hand, "Speed_Move" )
|
targetspeed = targetspeed * w:GetStat( hand, "Speed_Move" )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue