summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-05 14:02:21 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-05 14:02:21 -0300
commitea5a413cdf7eec37141a7fe124cad38d66464ac4 (patch)
tree362b45932adb14f32fbd5b4f756f7a77371a10f2 /src/config
parentebc0cc4695e13570bf9eb525a42eeba820ed34cb (diff)
downloadhercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.gz
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.bz2
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.xz
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.zip
Implemented real-time server stats (in and out data and ram usage), made by Ai4rei; thanks!
Another follow up, now to fix maximum value of chatdori setting; And fixed a bug where warping to a disable map would cause the map-server to crash. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/core.h b/src/config/core.h
index bec6cb507..b5ad1b794 100644
--- a/src/config/core.h
+++ b/src/config/core.h
@@ -61,6 +61,9 @@
/// By enabling it, the system will create an unique id for each new non stackable item created
//#define NSI_UNIQUE_ID
+/// Uncomment to enable real-time server stats (in and out data and ram usage). [Ai4rei]
+//#define SHOW_SERVER_STATS
+
/**
* No settings past this point
**/