mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Tweaks New Players to Not Use Spawns (#17202)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user