Skip to content

Commit

Permalink
fix temporary EXOT reset on EXOT update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Apr 4, 2024
1 parent 0b7d2f2 commit a4ee66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/DataManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ void DataManager::handleTagFunction(MessageType type, const std::string callsign
pilot.exot = value;
pilot.tsat = types::defaultTime;
pilot.ttot = types::defaultTime;
pilot.exot = types::defaultTime;
pilot.asat = types::defaultTime;
pilot.aobt = types::defaultTime;
pilot.atot = types::defaultTime;
Expand Down

0 comments on commit a4ee66c

Please sign in to comment.