diff options
author | Haru <haru@dotalux.com> | 2018-04-18 00:16:50 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-22 21:17:44 +0200 |
commit | 5dd8a9165d1cd228124c2d9e07c8c38e47251dd6 (patch) | |
tree | a9c83998379999c33e875a4e593066efeabc7e3d /src/config | |
parent | 14432c034f4c87e06651e89f04df714dc76036a1 (diff) | |
download | hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.gz hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.bz2 hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.xz hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.zip |
Remove the stat-reporting mechanism
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/core.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config/core.h b/src/config/core.h index bdc7f3eee..a22d47324 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2016 Hercules Dev Team + * Copyright (C) 2012-2018 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -58,10 +58,6 @@ /// Maximum number of characters 'CONSOLE_INPUT' will support per line. #define MAX_CONSOLE_INPUT 150 -/// Uncomment to disable Hercules' anonymous stat report -/// We kindly ask you to consider keeping it enabled, it helps us improve Hercules. -//#define STATS_OPT_OUT - /// Uncomment to enable the Cell Stack Limit mod. /// It's only config is the battle_config custom_cell_stack_limit. /// Only chars affected are those defined in BL_CHAR |