From 957637362bcc09f0e9993be50a11f47af7c34f12 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Sun, 14 Apr 2024 19:24:05 +0100 Subject: [PATCH] fix: remove testing code --- src/plugin/intention/IntentionCodeUpdatedMessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/intention/IntentionCodeUpdatedMessage.cpp b/src/plugin/intention/IntentionCodeUpdatedMessage.cpp index 7364348d9..dca949661 100644 --- a/src/plugin/intention/IntentionCodeUpdatedMessage.cpp +++ b/src/plugin/intention/IntentionCodeUpdatedMessage.cpp @@ -14,7 +14,7 @@ namespace UKControllerPlugin::IntentionCode { nlohmann::json IntentionCodeUpdatedMessage::GetMessageData() const { return nlohmann::json{ - {"callsign", "\xFF" + this->callsign}, + {"callsign", this->callsign}, {"exit_point", this->exitPoint}, {"code", this->code}, };