Tweaks New Players to Not Use Spawns (#17202)

This commit is contained in:
Fox McCloud
2022-01-09 03:44:48 -05:00
committed by GitHub
parent 46b9fbf00c
commit 8cc96dc4bc
+2 -3
View File
@@ -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)