From 8cc96dc4bc43540af04a4bc5ca9382d49c2bb4db Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 9 Jan 2022 03:44:48 -0500 Subject: [PATCH] Tweaks New Players to Not Use Spawns (#17202) --- code/modules/mob/new_player/login.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 3bea05a89d3..dc2bf083bfe 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -28,9 +28,8 @@ if(ckey in GLOB.deadmins) verbs += /client/proc/readmin - spawn(40) - if(client) - client.playtitlemusic() + + client?.playtitlemusic() //Overflow rerouting, if set, forces players to be moved to a different server once a player cap is reached. Less rough than a pure kick. if(GLOB.configuration.overflow.reroute_cap && GLOB.configuration.overflow.overflow_server_location)