Forgot Vorestation Edit

This commit is contained in:
Unknown
2019-02-25 09:23:17 -05:00
parent d9ad515056
commit 9a5065a77f
+1 -1
View File
@@ -174,7 +174,7 @@
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>"
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
if(!config.enter_allowed)