Added quotes to afk-list-name (#1696)

The custom text may not parse properly if the quotes are missing. By adding them to the default config, just like on lines `443` & `447`, it will discourage making the typo by mistake.
This commit is contained in:
Francois Robinson 2017-12-18 09:40:59 -07:00 committed by md678685
parent cdabe4a46e
commit 9a3b4db387

View File

@ -428,7 +428,7 @@ cancel-afk-on-move: true
# Set the player's list name when they are AFK. This is none by default which specifies that Essentials
# should not interfere with the AFK player's list name.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
afk-list-name: none
afk-list-name: "none"
# You can disable the death messages of Minecraft here.
death-messages: true