Merge pull request #6902 from Mailaender/geoip-2.1.0

Update to MaxMind GeoIP2 .NET version 2.1.0
This commit is contained in:
obrakmann
2014-11-11 20:08:29 +01:00
10 changed files with 12991 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{
try
{
return Game.GeoIpDatabase.Omni(ip).Country.Name;
return Game.GeoIpDatabase.Country(ip).Country.Name;
}
catch (Exception e)
{