mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes Linux buildscript chime when server ready
This commit is contained in:
@@ -47,7 +47,7 @@ def stage3(profile_mode=False):
|
||||
try:
|
||||
while p.returncode is None:
|
||||
stdout = p.stdout.readline()
|
||||
if "Initializations complete." in stdout:
|
||||
if "Initializations complete" in stdout:
|
||||
play("sound/misc/server-ready.ogg")
|
||||
time_taken = time.time() - start_time
|
||||
print("{} seconds taken to fully start".format(time_taken))
|
||||
|
||||
Reference in New Issue
Block a user