Skip to content

Commit

Permalink
Server/fakepilot bot: Fix bug with invalid COM-package response to IC…
Browse files Browse the repository at this point in the history
…ANHAZDATAPLZ query
  • Loading branch information
hbeni committed Mar 22, 2024
1 parent a42a9d8 commit 2ffd32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/test/fgcom-fakepilot.bot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ client:hook("OnPluginData", function(client, event)
..",CHN="..freq
..",PWR=10"
..",PTT=0"
client:sendPluginData("FGCOM:UPD_COM:0", msg, {event.sender})
--event.sender:sendPluginData("FGCOM:UPD_COM:0", msg)
client:sendPluginData("FGCOM:UPD_COM:0:0", msg, {event.sender})
--event.sender:sendPluginData("FGCOM:UPD_COM:0:0", msg)
end

end)
Expand Down

0 comments on commit 2ffd32a

Please sign in to comment.