Skip to content

Commit

Permalink
Added quotes to afk-list-name (#1696)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
frambinni authored and mdcfe committed Dec 18, 2017
1 parent cdabe4a commit 9a3b4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Essentials/src/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9a3b4db

Please sign in to comment.