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!"