diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm
index 584327c45dd..62cbaf68de9 100644
--- a/code/modules/mob/new_player/new_player.dm
+++ b/code/modules/mob/new_player/new_player.dm
@@ -250,9 +250,7 @@ mob/new_player
AttemptLateSpawn("Shaft Miner", minerMax)
if ("30")
AttemptLateSpawn("Mime", mimeMax)
- if ("31")
- AttemptLateSpawn("Mail Sorter", sorterMax)
- //if ("32") < Nope. Latejoining cyborgs can fuck a lot of shit up since it's sudden and nobody is near the robotics console etc. -- Urist
+ //if ("31") < Nope. Latejoining cyborgs can fuck a lot of shit up since it's sudden and nobody is near the robotics console etc. -- Urist
//AttemptLateSpawn("Cyborg", borgMax)
if(!ready && href_list["preferences"])
@@ -429,10 +427,8 @@ mob/new_player
dat += "Warden
"
if (IsJobAvailable("Shaft Miner",minerMax))
dat += "Shaft Miner
"
- if (IsJobAvailable("Mail Sorter",sorterMax))
- dat += "Mail Sorter (BETA)
"
//if (IsJobAvailable("Cyborg",borgMax))
- //dat += "Cyborg
"
+ //dat += "Cyborg
"
if (!jobban_isbanned(src,"Assistant"))
dat += "Assistant
"