diff --git a/dlls/geoip/GeoIP.dat b/dlls/geoip/GeoIP.dat deleted file mode 100755 index 13a65181..00000000 Binary files a/dlls/geoip/GeoIP.dat and /dev/null differ diff --git a/dlls/geoip/GeoLite2-Country.mmdb b/dlls/geoip/GeoLite2-Country.mmdb new file mode 100644 index 00000000..68de2d54 Binary files /dev/null and b/dlls/geoip/GeoLite2-Country.mmdb differ diff --git a/support/PackageScript b/support/PackageScript index a7b7f13f..f3524d0d 100644 --- a/support/PackageScript +++ b/support/PackageScript @@ -304,7 +304,7 @@ for filename in scripting_files: # Copy weird things. weirdfiles = [ - ('dlls/geoip/GeoIP.dat', 'base/addons/amxmodx/data'), + ('dlls/geoip/GeoLite2-Country.mmdb', 'base/addons/amxmodx/data'), ('plugins/esf/ESF_mod_tutorial.txt', 'esf/addons/amxmodx/scripting'), ]