diff options
| author | Jake Mannens <jake@asger.xyz> | 2024-10-18 14:51:26 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2024-10-29 11:42:54 +1100 |
| commit | 09ade38700ae3795c47826cf4c80c65f9c3338f3 (patch) | |
| tree | 2bc877d130f70a89cc891fb18e034e00a337478a /PagerMessage.cs | |
| parent | e8e3c4cba8ffa0056e984c113cfbb75319e00022 (diff) | |
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 }, |
