From 1e36eb34191229ff2136d173be832920e549eefe Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 11 May 2023 20:33:17 +0200 Subject: [PATCH] fix naming of the event --- EDPlayerJournal/Entries/Events.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDPlayerJournal/Entries/Events.cs b/EDPlayerJournal/Entries/Events.cs index db0ca3f..3562a8d 100644 --- a/EDPlayerJournal/Entries/Events.cs +++ b/EDPlayerJournal/Entries/Events.cs @@ -35,7 +35,7 @@ public class Events { public static readonly string ShieldState = "ShieldState"; public static readonly string ShipTargeted = "ShipTargeted"; public static readonly string Shutdown = "Shutdown"; - public static readonly string SupercruiseDestinationDrop = "SupercruiseDestinationDropEntry"; + public static readonly string SupercruiseDestinationDrop = "SupercruiseDestinationDrop"; public static readonly string SupercruiseEntry = "SupercruiseEntry"; public static readonly string SupercruiseExit = "SupercruiseExit"; public static readonly string UnderAttack = "UnderAttack";