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