Miscellaneous Fixes

- Reverts #4785. It never functioned in its intended purpose, and mostly just seemed to affect people who had the same names.
This commit is contained in:
Unknown
2019-09-10 02:19:06 -04:00
parent 70cab267d3
commit c8d445d4d9

View File

@@ -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 << "<span class='notice'>There is a character that already exists with the same name - <b>[C.real_name]</b>, please join with a different one, or use Quit the Round with the previous character.</span>" //VOREStation Edit
return
*/ Vorestation Removal End
if(!config.enter_allowed)
usr << "<span class='notice'>There is an administrative lock on entering the game!</span>"