Update new_player.dm

This commit is contained in:
Novacat
2019-09-10 02:20:48 -04:00
committed by GitHub
parent c8d445d4d9
commit 2d8376a2fa

View File

@@ -177,7 +177,7 @@
if(char_name == C.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 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 return
*/ Vorestation Removal End */ //Vorestation Removal End
if(!config.enter_allowed) if(!config.enter_allowed)
usr << "<span class='notice'>There is an administrative lock on entering the game!</span>" usr << "<span class='notice'>There is an administrative lock on entering the game!</span>"