One more ATC text formatting fix
As requested by Wkitty on the mailing list.
This commit is contained in:
parent
4878b28a22
commit
2c48914630
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ void FGATCController::transmit(FGTrafficRecord * rec, FGAirportDynamics *parent,
|
|||
if (rec->getAircraft()->getTaxiClearanceRequest()) {
|
||||
text = receiver + ". Push-back approved. " + sender + ".";
|
||||
} else {
|
||||
text = receiver + ". Cleared to Taxi." + sender + ".";
|
||||
text = receiver + ". Cleared to Taxi. " + sender + ".";
|
||||
}
|
||||
break;
|
||||
case MSG_HOLD_PUSHBACK_CLEARANCE:
|
||||
|
|
Loading…
Add table
Reference in a new issue