summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-18 12:26:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-18 12:26:59 +0300
commitd11ade4e6bbc50136bba8500b5e7b61600e8a7d3 (patch)
tree47333f5abb8565f15c786f531c7927d1301748d6 /conf
parent1db1a9a69f470d5fdf00c35a0806d45e98c7c9c4 (diff)
downloadserverdata-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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf
index df4972067..8f4ecb53c 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.