aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java2
1 files changed, 1 insertions, 1 deletions
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<String> text = Property.of("&aYour Text Here\n&bYour new line here");
+ public Property<String> text = Property.of("&aYour Text Here\\n&bYour new line here");
@Expose
public Position position = new Position(10, 80, false, true);