diff options
Diffstat (limited to 'conf-tmpl/battle/client.conf')
-rw-r--r-- | conf-tmpl/battle/client.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/battle/client.conf b/conf-tmpl/battle/client.conf index 697a06b5e..0168af923 100644 --- a/conf-tmpl/battle/client.conf +++ b/conf-tmpl/battle/client.conf @@ -44,6 +44,10 @@ // default value: 2047 (all clients)
packet_ver_flag: 2047
+// Minimum delay between whisper/global/party/guild messages (in ms)
+// Messages that break this threshold are silently omitted.
+min_chat_delay: 0
+
// valid range of dye's and styles on the client
min_hair_style: 0
max_hair_style: 23
|