Fixes TGS2 install looking for the wrong bot directory

This commit is contained in:
Cyberboss
2017-06-06 08:20:18 -04:00
parent 320f427e25
commit 1276a100bc
+1 -1
View File
@@ -36,7 +36,7 @@ echo Copying things around....
echo (1/3)
xcopy gitrepo\data gamedata\data /Y /X /K /R /H /I /C /V /E /Q >nul
xcopy gitrepo\config gamedata\config /Y /X /K /R /H /I /C /V /E /Q >nul
xcopy gitrepo\bot bot /Y /X /K /R /H /I /C /V /E /Q >nul
xcopy gitrepo\tools\minibot bot /Y /X /K /R /H /I /C /V /E /Q >nul
copy gitrepo\libmysql.dll gamedata\libmysql.dll /D /V /Y >nul
echo (2/3)
xcopy gitrepo gamecode\a /Y /X /K /R /H /I /C /V /E /Q /EXCLUDE:copyexclude.txt >nul