diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-18 12:26:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-18 12:26:59 +0300 |
commit | d11ade4e6bbc50136bba8500b5e7b61600e8a7d3 (patch) | |
tree | 47333f5abb8565f15c786f531c7927d1301748d6 /conf | |
parent | 1db1a9a69f470d5fdf00c35a0806d45e98c7c9c4 (diff) | |
download | serverdata-d11ade4e6bbc50136bba8500b5e7b61600e8a7d3.tar.gz serverdata-d11ade4e6bbc50136bba8500b5e7b61600e8a7d3.tar.bz2 serverdata-d11ade4e6bbc50136bba8500b5e7b61600e8a7d3.tar.xz serverdata-d11ade4e6bbc50136bba8500b5e7b61600e8a7d3.zip |
Replace char at command symbol from "#" to "$".
Because "#" conflict with colors.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index df497206..8f4ecb53 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -11,7 +11,7 @@ charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" -charcommand_symbol: "#" +charcommand_symbol: "$" /* Command aliases You can define aliases for any command. Aliases work just like the original command. |