This commit is contained in:
2021-11-22 18:58:13 +09:00
parent 0a41069e4a
commit b3318e4419
5 changed files with 23 additions and 107 deletions

View File

@ -114,7 +114,7 @@ func updateUserLocation(user *arn.User, newIP string) {
user.Location.ZipCode = newLocation.ZipCode
// Make South Korea easier to read
if user.Location.CountryName == "Korea, Republic of" {
if user.Location.CountryName == "Korea, Republic of" || user.Location.CountryName == "Korea (Republic of)" {
user.Location.CountryName = "South Korea"
}