diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/client.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 93ad536ee..c832163be 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -112,3 +112,9 @@ client_reshuffle_dice: yes // Official servers do not sort storage. (Note 1) // NOTE: Enabling this option degrades performance. client_sort_storage: no + +// Duration of client's self mute in minutes. +// Note: Do not enable this, if you enabled commands for players, +// because the client sees multiple commands in succession as spam. +// Default: 0 (means disabled) +client_accept_chatdori: 1 |