Skip to content

Commit

Permalink
fix send correct tobt state on tobt state reset
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Sep 5, 2023
1 parent e718e1e commit ae645b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vACDM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ void vACDM::OnFunctionCall(int functionId, const char* itemString, POINT pt, REC
}
case RESET_TOBT_CONFIRM:
{
currentAirport->resetTobt(callsign, data.tobt, data.tobt_state);
currentAirport->resetTobt(callsign, data.tobt, "GUESS");
break;
}
case RESET_AORT:
Expand Down

0 comments on commit ae645b6

Please sign in to comment.