diff --git a/runclient.bat b/runclient.bat index cc0605fe9e..033851d24d 100644 --- a/runclient.bat +++ b/runclient.bat @@ -1,6 +1,6 @@ @echo off set PDIR=%~dp0 -cd %PDIR%Bin\Client +cd %PDIR%RobustToolbox\Bin\Client start SS14.Client.exe %* cd %PDIR% set PDIR= diff --git a/runserver.bat b/runserver.bat index e86e18bedb..6731c6f57c 100644 --- a/runserver.bat +++ b/runserver.bat @@ -1,6 +1,6 @@ @echo off set PDIR=%~dp0 -cd %PDIR%Bin\Server +cd %PDIR%RobustToolbox\Bin\Server call SS14.Server.exe %* cd %PDIR% set PDIR=