Skip to content

Commit

Permalink
Merge pull request #696 from reiichi001/locale_shit
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Jan 18, 2022
2 parents 34ca921 + dac3b27 commit e997df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static string GetBuildOrigin()
/// </summary>
public static bool IsRegionNorthAmerica()
{
return RegionInfo.CurrentRegion.ThreeLetterISORegionName is "USA" or "MEX" or "CAN";
return RegionInfo.CurrentRegion.TwoLetterISORegionName is "US" or "MX" or "CA";
}

public static string GetAssemblyVersion()
Expand Down

0 comments on commit e997df2

Please sign in to comment.