From d91357a807b2e9986b147b1ee9ab4372587bd03d Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 18 Aug 2020 10:59:44 +0200 Subject: [PATCH] Update messages_en.json --- Core/src/main/resources/lang/messages_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/resources/lang/messages_en.json b/Core/src/main/resources/lang/messages_en.json index 7c309c43a..41a23722a 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -301,7 +301,7 @@ "errors.invalid_player": "Player not found: .", "errors.invalid_player_offline": " must be online.", "errors.invalid_command_flag": "Invalid command flag: ", - "errors.error": "An error occurred: ", + "errors.error": "An error occurred: ", "errors.error_create": "An error occurred while creating the world: ", "errors.error_console": "An error occurred. See the console for more information.", "errors.command_went_wrong": "Something went wrong when executing that command...",