fix some tg stuff

This commit is contained in:
Ling
2018-07-20 13:59:55 +02:00
parent 0ece31799c
commit ea5159809f
3 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ def stage2(map):
txt = "-M{}".format(map)
else:
txt = ''
args = "bash tools/travis/dm.sh {} tgstation.dme".format(txt)
args = "bash tools/travis/dm.sh {} yogstation.dme".format(txt)
print(args)
p = subprocess.Popen(args, shell=True)
wait(p)
@@ -42,7 +42,7 @@ def stage3(profile_mode=False):
play("sound/misc/compiler-stage2.ogg")
logfile = open('server.log~','w')
p = subprocess.Popen(
"DreamDaemon tgstation.dmb 25001 -trusted",
"DreamDaemon yogstation.dmb 25001 -trusted",
shell=True, stdout=PIPE, stderr=STDOUT)
try:
while p.returncode is None: