fixed Sam not being frozen

This commit is contained in:
2023-03-08 09:00:15 +01:00
parent 038c9add25
commit 8793b6b6e2

View File

@@ -488,7 +488,7 @@ namespace DevourClient.Hacks
return;
}
if (_azazelLocomotion.TimeScale == 1.0f)
if (_azazelLocomotion.TimeScale > 0.0f) //seems like _azazelLocomotion.TimeScale is never == 1.0f for Sam
{
_azazelLocomotion.TimeScale = 0f;
}