From adfa2ca90280715fdc4636f11c625f215ddbe05c Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 25 Jun 2014 13:21:09 -0400 Subject: [PATCH] And another one, I'll remove them one by one until I find the one that works. --- code/modules/mob/new_player/login.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index a7ce6fa98ab..84456c68f2f 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -26,6 +26,7 @@ if(watch_locations.len>0) loc = pick(watch_locations) */ + update_music() new_player_panel() spawn(40) if(client)