diff --git a/src/config/core.h b/src/config/core.h index 191d9b1379..e22bea1f22 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -27,9 +27,9 @@ /// your map-server using more resources while this is active, comment the line #define SCRIPT_CALLFUNC_CHECK -/// Uncomment to disable rAthena's anonymous stat report +/// Comment to enable rAthena's anonymous stat report /// We kindly ask you to consider keeping it enabled, it helps us improve rAthena. -//#define STATS_OPT_OUT +#define STATS_OPT_OUT /// uncomment to enable query_sql script command and mysql logs to function on it's own thread /// be aware this feature is under tests and you should use at your own risk, we however