diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-31 18:29:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-31 18:29:12 +0300 |
commit | 0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2 (patch) | |
tree | bfed7c73b8d63bcfaaa411e031bb5ab231807b72 /src/configuration.cpp | |
parent | 0249e0c48bfcac25abe46fbaf61103df0984b832 (diff) | |
download | plus-0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2.tar.gz plus-0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2.tar.bz2 plus-0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2.tar.xz plus-0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2.zip |
Move away message to per server configuration file.
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index b43dd88cf..bf9244bd5 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -48,6 +48,7 @@ Configuration paths; // XML default paths information reader const std::string unusedKeys[] = { + "afkmessage", "hideShield", "AttackRange", "emoteshortcut0", |