From c8d445d4d9a8f12a6bca8afe5dda4120efd56b49 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 10 Sep 2019 02:19:06 -0400 Subject: [PATCH] Miscellaneous Fixes - Reverts #4785. It never functioned in its intended purpose, and mostly just seemed to affect people who had the same names. --- code/modules/mob/new_player/new_player.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 749a88dba6..ad51ef5a63 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -170,12 +170,14 @@ if(href_list["SelectedJob"]) + /* Vorestation Removal Start //Prevents people rejoining as same character. for (var/mob/living/carbon/human/C in mob_list) var/char_name = client.prefs.real_name if(char_name == C.real_name) usr << "There is a character that already exists with the same name - [C.real_name], please join with a different one, or use Quit the Round with the previous character." //VOREStation Edit return + */ Vorestation Removal End if(!config.enter_allowed) usr << "There is an administrative lock on entering the game!"