Typo that broke crouch walking

This commit is contained in:
Fesiug 2024-01-03 19:16:13 -05:00
parent 6735765f4f
commit 0c71e86dda
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ hook.Add( "Move", "Benny_Move", function( ply, mv )
local w = ply:BennyCheck()
local hand = false
if w and w:bWepClass( hand ) then
local targetspeed = ply:GetMaxSpeed()
local targetspeed = mv:GetMaxSpeed()
targetspeed = targetspeed * w:GetStat( hand, "Speed_Move" )