diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 45f64f3acb1..090a661deab 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -27,8 +27,6 @@ loc = pick(watch_locations) */ - update_morgue() // Why is this called for new players that dont even have a morgue - new_player_panel() spawn(30)