Skip to content

Commit

Permalink
run client/server point to Content instead of Robust
Browse files Browse the repository at this point in the history
  • Loading branch information
SweptWasTaken committed May 4, 2021
1 parent 6e8be35 commit 5bdfd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runclient.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
set PDIR=%~dp0
cd %PDIR%RobustToolbox\Bin\Client
start Robust.Client.exe %*
cd %PDIR%Bin\Content.Client
start Content.Client.exe %*
cd %PDIR%
set PDIR=
4 changes: 2 additions & 2 deletions runserver.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bdfd68

Please sign in to comment.