From aef9e98b9c9eeff262dc1369df1b02233a9a9e2e Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:36:26 +0200 Subject: [PATCH] Grahh --- code/controllers/subsystem/title.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/title.dm b/code/controllers/subsystem/title.dm index c4f2c2b5e0..b5746f6163 100644 --- a/code/controllers/subsystem/title.dm +++ b/code/controllers/subsystem/title.dm @@ -47,7 +47,7 @@ SUBSYSTEM_DEF(title) if(fexists(sound_file)) sound_path = sound_file else - sound_path = "[global.config.directory]/title_music/sounds/[pick(flist("[global.config.directory]/title_music/sounds/"))]" + sound_path = null if(splash_turf) splash_turf.icon = icon