From 07547472b8b28b7e92f8a6f489426f1643dafd5a Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Fri, 31 Aug 2018 20:17:41 +0200 Subject: [PATCH] Fixed color general.errors.no-permission in en-US --- src/main/resources/locales/en-US.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 3837219e5..26c32886d 100644 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -15,7 +15,7 @@ general: success: "&aSuccess!" errors: command-cancelled: "&cCommand cancelled" - no-permission: "&cYou don't have the permission to execute this command (&7[permission])&c." + no-permission: "&cYou don't have the permission to execute this command (&7[permission]&c)." use-in-game: "&cThis command is only available in game." no-team: "&cYou do not have a team!" no-island: "&cYou do not have an island!" @@ -682,4 +682,4 @@ protection: language: panel-title: "Select your language" selected: "&aCurrently selected." - edited: "&aChanged your language to &e[lang]&a." \ No newline at end of file + edited: "&aChanged your language to &e[lang]&a."