Plane: return false when throttle is not suppressed
This commit is contained in:
parent
38581669ec
commit
8a64106faa
@ -148,6 +148,7 @@ bool Plane::suppress_throttle(void)
|
||||
|
||||
if (quadplane.is_flying()) {
|
||||
throttle_suppressed = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
// throttle remains suppressed
|
||||
|
Loading…
Reference in New Issue
Block a user