run client/server point to Content instead of Robust

This commit is contained in:
SweptWasTaken
2021-05-03 20:23:05 -07:00
parent 6e8be3597d
commit 5bdfd6879a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
@echo off @echo off
set PDIR=%~dp0 set PDIR=%~dp0
cd %PDIR%RobustToolbox\Bin\Client cd %PDIR%Bin\Content.Client
start Robust.Client.exe %* start Content.Client.exe %*
cd %PDIR% cd %PDIR%
set PDIR= set PDIR=

View File

@@ -1,7 +1,7 @@
@echo off @echo off
set PDIR=%~dp0 set PDIR=%~dp0
cd %PDIR%RobustToolbox\Bin\Server cd %PDIR%Bin\Content.Server
call Robust.Server.exe %* call Content.Server.exe %*
cd %PDIR% cd %PDIR%
set PDIR= set PDIR=
pause pause