Geoip: Replace GeoIP.dat by GeoLite2-Country.mmdb.

This commit is contained in:
Arkshine 2014-07-30 09:54:42 +02:00
parent 7dd1ea3719
commit 0d59209e4c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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'),
]