You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCS-BIOS supports receiving messages prefixed with the aircraft name. We should make sure we support this behavior.
Additionally, we should add a configuration option (probably a boolean) to turn on/off including the aircraft prefix in the message address, and default to false to allow backwards compatibility.
Current behavior
Send -> MASTER_CAUTION_LT
Receive -> MASTER_CAUTION_LT
DCS-BIOS supports receiving messages prefixed with the aircraft name. We should make sure we support this behavior.
Additionally, we should add a configuration option (probably a boolean) to turn on/off including the aircraft prefix in the message address, and default to false to allow backwards compatibility.
Current behavior
Send ->
MASTER_CAUTION_LT
Receive ->
MASTER_CAUTION_LT
Desired behavior (via config)
Send ->
A-10C/MASTER_CAUTION_LT
Receive ->
A-10C/MASTER_CAUTION_LT
The text was updated successfully, but these errors were encountered: