From 2d8376a2fa4f69fe040eb358ac023dcd18136f0e Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 10 Sep 2019 02:20:48 -0400 Subject: [PATCH] Update new_player.dm --- code/modules/mob/new_player/new_player.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index ad51ef5a63..71e8f71c1d 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -177,7 +177,7 @@ 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 + */ //Vorestation Removal End if(!config.enter_allowed) usr << "There is an administrative lock on entering the game!"