mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +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