diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-06 11:38:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-06 11:38:19 -0300 |
commit | 530137e11457ca55ded803a3abd842eddcb398c5 (patch) | |
tree | ca78727602de0579db9cb77a63fbe4abf3f73a96 | |
parent | d5ea4d57bdf209982b296f294a3ede7bb13fbb6c (diff) | |
download | serverdata-530137e11457ca55ded803a3abd842eddcb398c5.tar.gz serverdata-530137e11457ca55ded803a3abd842eddcb398c5.tar.bz2 serverdata-530137e11457ca55ded803a3abd842eddcb398c5.tar.xz serverdata-530137e11457ca55ded803a3abd842eddcb398c5.zip |
Allow underscore (_) on char names
-rw-r--r-- | conf/char/char-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index 5e5b9b132..59ea57e34 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -151,7 +151,7 @@ char_configuration: { // Set the letters/symbols that you want use with the 'char_name_option' option. // Note: Don't add spaces unless you mean to add 'space' to the list. - name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-" + name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_" } deletion: { |