Update modules paths

This commit is contained in:
xPaw
2015-03-13 15:23:05 +02:00
parent e09f434ed8
commit fddebce313
4 changed files with 41 additions and 41 deletions

View File

@ -311,7 +311,7 @@ for filename in scripting_files:
# Copy weird things.
weirdfiles = [
('dlls/geoip/GeoLite2-Country.mmdb', 'base/addons/amxmodx/data'),
('modules/geoip/GeoLite2-Country.mmdb', 'base/addons/amxmodx/data'),
('plugins/esf/ESF_mod_tutorial.txt', 'esf/addons/amxmodx/scripting'),
]