From 1276a100bcda3fe43793eade23c97899a58d1a7d Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 6 Jun 2017 08:20:18 -0400 Subject: [PATCH] Fixes TGS2 install looking for the wrong bot directory --- legacy/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/install.bat b/legacy/install.bat index f37908966a..c00e9d3849 100644 --- a/legacy/install.bat +++ b/legacy/install.bat @@ -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