run client/server point to Content instead of Robust
This commit is contained in:
@@ -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=
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user