summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}