diff options
Diffstat (limited to 'PagerMessage.cs')
| -rw-r--r-- | PagerMessage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PagerMessage.cs b/PagerMessage.cs index 765636c..23fdf66 100644 --- a/PagerMessage.cs +++ b/PagerMessage.cs @@ -82,7 +82,7 @@ public interface IPagerMessageParserService { // Running a single instance of the service isn't an issue, as this // service is only used by the fetch service for parsing new messages. public class PagerMessageParserService : IPagerMessageParserService { - public static readonly Dictionary<string, MapType> MapTypeMap = new() { + internal static readonly Dictionary<string, MapType> MapTypeMap = new() { { "M", MapType.Melways }, { "SVC", MapType.SpacialVisionCentral }, { "SVNE", MapType.SpacialVisionNorthEast }, |
