diff options
author | Necrodoom <doomed.war@gmail.com> | 2013-02-17 18:17:07 +0200 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-02-17 16:26:18 +0000 |
commit | a02e0de8b05083d96aa63caacc0448a84499f53e (patch) | |
tree | b2e06b23fc1cb0b9a48794bebf5f8920e1cced04 | |
parent | 3a546f71b9eb164a3bbcddcb767130eeea89bf6c (diff) | |
download | Essentials-a02e0de8b05083d96aa63caacc0448a84499f53e.tar Essentials-a02e0de8b05083d96aa63caacc0448a84499f53e.tar.gz Essentials-a02e0de8b05083d96aa63caacc0448a84499f53e.tar.lz Essentials-a02e0de8b05083d96aa63caacc0448a84499f53e.tar.xz Essentials-a02e0de8b05083d96aa63caacc0448a84499f53e.zip |
fix auto afk description
-rw-r--r-- | Essentials/src/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index e9eabedbf..bc6baca0b 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -299,7 +299,7 @@ remove-god-on-disconnect: false # Auto-AFK # After this timeout in seconds, the user will be set as afk. -# This feature requires the player to have essentials.auto.afk node. +# This feature requires the player to have essentials.afk.auto node. # Set to -1 for no timeout. auto-afk: 300 |