Update charter.dm
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
if(!new_name)
|
||||
return
|
||||
if(!unicode_allowed && (length(new_name) != length_char(new_name)))
|
||||
if(!allow_unicode && (length(new_name) != length_char(new_name)))
|
||||
to_chat(user, "Unicode is not allowed. Adminhelp if you want to use it so badly.")
|
||||
return
|
||||
log_game("[key_name(user)] has proposed to name the station as \
|
||||
|
||||
Reference in New Issue
Block a user