From 2dbbd72a22b96ef4f1c037587965d0fd7e3580d6 Mon Sep 17 00:00:00 2001 From: clusterfack <8516830+clusterfack@users.noreply.github.com> Date: Sat, 30 Mar 2019 16:53:24 -0500 Subject: [PATCH] Updates .bat startup files (#177) Makes it easier for newbs to start up server/client using the batch files --- runclient.bat | 2 +- runserver.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=