mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Updates .bat startup files (#177)
Makes it easier for newbs to start up server/client using the batch files
This commit is contained in:
committed by
Pieter-Jan Briers
parent
5391221391
commit
2dbbd72a22
@@ -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=
|
||||
|
||||
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user