summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/configuration.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index 920e64526..cbe392f45 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -29,6 +29,9 @@
#include "utils/delete2.h"
#include "utils/paths.h"
+#ifdef DEBUG_CONFIG
+#include "utils/stringmap.h"
+#endif
#include "debug.h"
@@ -48,7 +51,11 @@ Configuration paths; // XML default paths information reader
const std::string unusedKeys[] =
{
+ "BotCheckerWindowSticky",
"afkmessage",
+ "BotCheckerWindowVisible",
+ "BotCheckerWindowWinX",
+ "BotCheckerWindowWinY",
"hideShield",
"AttackRange",
"emoteshortcut0",