Oops! my mistake
This commit is contained in:
@ -295,14 +295,14 @@ namespace CoopClient
|
|||||||
{
|
{
|
||||||
StopPedalingAnim(isFastPedaling);
|
StopPedalingAnim(isFastPedaling);
|
||||||
}
|
}
|
||||||
|
else if (VehicleSpeed < 11f && isFastPedaling)
|
||||||
|
{
|
||||||
|
StartPedalingAnim(false);
|
||||||
|
}
|
||||||
else if (VehicleSpeed >= 11f && !isFastPedaling)
|
else if (VehicleSpeed >= 11f && !isFastPedaling)
|
||||||
{
|
{
|
||||||
StartPedalingAnim(true);
|
StartPedalingAnim(true);
|
||||||
}
|
}
|
||||||
else if (isFastPedaling)
|
|
||||||
{
|
|
||||||
StartPedalingAnim(false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Good enough for now, but we need to create a better sync
|
// Good enough for now, but we need to create a better sync
|
||||||
|
Reference in New Issue
Block a user