From 09ade38700ae3795c47826cf4c80c65f9c3338f3 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 18 Oct 2024 14:51:26 +1100 Subject: v0.4-rc2 --- PagerMessage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PagerMessage.cs') 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 MapTypeMap = new() { + internal static readonly Dictionary MapTypeMap = new() { { "M", MapType.Melways }, { "SVC", MapType.SpacialVisionCentral }, { "SVNE", MapType.SpacialVisionNorthEast }, -- cgit v1.3