From 7c13462959b53ddd3ebeba6b72a4763558b0c1a5 Mon Sep 17 00:00:00 2001 From: Richard Harrison <rjh@zaretto.com> Date: Mon, 19 Oct 2020 15:13:54 +0200 Subject: [PATCH] Emesary(MP) : Use correct ID for ArmamentNotification --- Nasal/notifications.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/notifications.nas b/Nasal/notifications.nas index 487370c09..b455489c7 100644 --- a/Nasal/notifications.nas +++ b/Nasal/notifications.nas @@ -25,12 +25,12 @@ var PropertySyncNotificationBase_Id = 16; var AircraftControlNotification_Id = 17; var GeoEventNotification_Id = 18; +var ArmamentNotification_Id = 19; # event ID 19 reserved for armaments and stores (model defined). var PFDEventNotification_Id = 20; # # Combat notifications; e.g. OPRF Emesary MP communications var ArmamentInFlightNotification_Id = 21; -var ArmamentNotification_Id = 22; var StaticNotification_Id = 25; # static object created. #