Oops! my mistake

This commit is contained in:
EntenKoeniq
2021-07-13 00:03:19 +02:00
parent 94c7cdda95
commit 780051af4d

View File

@ -295,14 +295,14 @@ namespace CoopClient
{
StopPedalingAnim(isFastPedaling);
}
else if (VehicleSpeed < 11f && isFastPedaling)
{
StartPedalingAnim(false);
}
else if (VehicleSpeed >= 11f && !isFastPedaling)
{
StartPedalingAnim(true);
}
else if (isFastPedaling)
{
StartPedalingAnim(false);
}
}
// Good enough for now, but we need to create a better sync