From e7b44785e637efa9c4aa9c8c97e3f499d7bfc76b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:44:55 +0200 Subject: fixed //n --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 4e69a2c92..fc20fa862 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -569,7 +569,7 @@ public class Misc { "§eUse '&' as the colour code character.\n" + "§eUse '\\n' as the line break character.") @ConfigEditorText - public Property text = Property.of("&aYour Text Here\n&bYour new line here"); + public Property text = Property.of("&aYour Text Here\\n&bYour new line here"); @Expose public Position position = new Position(10, 80, false, true); -- cgit