From af72d744cc439080e4f598f50a055bfa042e1070 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Sun, 1 Sep 2024 03:23:59 -0700 Subject: [PATCH] Fix typo --- MCGalaxy/Commands/Moderation/CmdLocation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCGalaxy/Commands/Moderation/CmdLocation.cs b/MCGalaxy/Commands/Moderation/CmdLocation.cs index 15f2defd9..8ab245efb 100644 --- a/MCGalaxy/Commands/Moderation/CmdLocation.cs +++ b/MCGalaxy/Commands/Moderation/CmdLocation.cs @@ -81,7 +81,7 @@ public static string GetCountryName(string twoLetterCode) { if (!CodesToNames.ContainsKey(twoLetterCode)) { return null; } return CodesToNames[twoLetterCode]; } - public static Dictionary CodesToNames = new Dictionary() { + static Dictionary CodesToNames = new Dictionary() { { "AF", "Afghanistan" }, { "AL", "Albania" }, { "DZ", "Algeria" }, @@ -226,7 +226,7 @@ public static string GetCountryName(string twoLetterCode) { { "YT", "Mayotte" }, { "MX", "Mexico" }, { "FM", "Federated States of Micronesia" }, - { "MD", "The Republic of Moldova)" }, + { "MD", "The Republic of Moldova" }, { "MC", "Monaco" }, { "MN", "Mongolia" }, { "ME", "Montenegro" },