Skip to content

Commit

Permalink
fix AORT update sending AOBT update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Apr 4, 2024
1 parent a4ee66c commit 3c66599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/DataManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void DataManager::processAsynchronousMessages(std::map<std::string, std::array<t
messageType = "AOBT";
break;
case MessageType::UpdateAORT:
Server::instance().updateAobt(message.callsign, message.value);
Server::instance().updateAort(message.callsign, message.value);
messageType = "AORT";
break;
case MessageType::ResetTOBT:
Expand Down

0 comments on commit 3c66599

Please sign in to comment.