From 44d406bcbd301ead2e36c616ce7a6ed33052cc35 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 13 Aug 2019 10:08:28 +0200 Subject: [PATCH] Fixed invalid color code in en-US locale Entry was: commands.admin.switchto.success --- src/main/resources/locales/en-US.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 935b02dff..9c5f5c1df 100644 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -177,7 +177,7 @@ commands: description: "switch player's island to the numbered one in trash" out-of-range: "&cNumber must be between 1 and [number]. Use &l[label] trash [player] &r&cto see island numbers" cannot-switch: "&cSwitch failed. See console log for error." - success: "&Successfully switched the player's island to the specified one." + success: "&aSuccessfully switched the player's island to the specified one." trash: no-unowned-in-trash: "&cNo unowned islands in trash" no-islands-in-trash: "&cPlayer has no islands in trash"