Skip to content

Commit

Permalink
Update Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoldorfTheWizard committed Apr 16, 2019
1 parent a18692b commit f0fd318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildChecker/git_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
from typing import List

SOLUTION_PATH = Path("..") / "SpaceStation14Content.sln"
SOLUTION_PATH = Path("..") / "SpaceStation14.sln"
# If this doesn't match the saved version we overwrite them all.
CURRENT_HOOKS_VERSION = "2"
QUIET = len(sys.argv) == 2 and sys.argv[1] == "--quiet"
Expand Down
2 changes: 1 addition & 1 deletion 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 SS14.Server.exe %*
call Robust.Server.exe %*
cd %PDIR%
set PDIR=
pause

0 comments on commit f0fd318

Please sign in to comment.