mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
fix some tg stuff
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user