summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index 17dc490..4a203d1 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -180,6 +180,9 @@
<!-- Max connected clients allowed. -->
<option name="net_maxClients" value="1000"/>
+ <!-- Debug mode for network messages (increases bandwidth usage) -->
+ <option name="net_debugMode" value="false"/>
+
<!-- end of network options configuration ********************************* -->
<!-- Accounts configuration ***************************************************