update to MaxMind GeoIP2 .NET version 2.1.0

https://github.com/maxmind/GeoIP2-dotnet/releases/tag/v2.1.0
This commit is contained in:
Matthias Mailänder
2014-11-07 09:30:45 +01:00
parent 2ab8b28bcf
commit ecc7e44b2e
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)
{