summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-03 20:42:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-03 20:42:35 +0300
commit465209abe64f20084c343fdce3e94aabd7d87023 (patch)
tree5995341c5a3bffba0075e69607fac49ffe5817b9 /src/defaults.cpp
parent329771bb20094d2c4587310f1c3c2b7342d837e6 (diff)
downloadplus-465209abe64f20084c343fdce3e94aabd7d87023.tar.gz
plus-465209abe64f20084c343fdce3e94aabd7d87023.tar.bz2
plus-465209abe64f20084c343fdce3e94aabd7d87023.tar.xz
plus-465209abe64f20084c343fdce3e94aabd7d87023.zip
Disable by defauly id/last seen collecting.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 4b5f4748f..9b0874c4d 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -384,7 +384,7 @@ DefaultsData* getConfigDefaults()
AddDEF("logPlayerActions", false);
AddDEF("enableGuiOpacity", true);
AddDEF("enableTradeFilter", true);
- AddDEF("enableIdCollecting", true);
+ AddDEF("enableIdCollecting", false);
return configData;
}