From dba73de996b35a3ae05c43a513e9d42a65b94ba8 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Sun, 10 Nov 2024 12:33:56 +0000 Subject: [PATCH] Clarify that you can exit an editor wizard by typing "cancel" --- .../main/java/org/battleplugins/arena/messages/Messages.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/java/org/battleplugins/arena/messages/Messages.java b/plugin/src/main/java/org/battleplugins/arena/messages/Messages.java index f982c8e2..a5a280d3 100644 --- a/plugin/src/main/java/org/battleplugins/arena/messages/Messages.java +++ b/plugin/src/main/java/org/battleplugins/arena/messages/Messages.java @@ -97,7 +97,7 @@ public final class Messages { """ ); public static final Message ERROR_OCCURRED_APPLYING_CHANGES = error("editor-error-occurred-applying-changes", "An error occurred while applying changes. Please see the console for more information!"); - public static final Message ERROR_ALREADY_IN_EDITOR = error("editor-error-already-in-editor", "You are already in an editor wizard!"); + public static final Message ERROR_ALREADY_IN_EDITOR = error("editor-error-already-in-editor", "You are already in an editor wizard! Type \"cancel\" to exit."); public static final Message MAP_CREATE_NAME = info("editor-map-create-name", "Enter a name for the map! Type \"cancel\" to cancel."); public static final Message MAP_EXISTS = error("editor-map-exists", "A map by that name already exists!");