This commit is contained in:
2025-11-21 22:11:34 +07:00
parent b978b821fa
commit b02f14ee47
2 changed files with 10 additions and 4 deletions

View File

@@ -117,10 +117,10 @@ public partial class Clutch : PowertrainComponent
ClutchInput = 1f;
}
//if ( Controller.SwappedBrakes > 0 )
//{
// ClutchInput = 0;
//}
if ( Controller.SwappedBrakes > 0 && Controller.SwappedThrottle == 0 )
{
ClutchInput = 0;
}
}
if ( Controller.IsClutching > 0 )
{