diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-04 12:44:55 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-04 12:44:55 +0200 |
commit | e7b44785e637efa9c4aa9c8c97e3f499d7bfc76b (patch) | |
tree | 303693454aa23952a3d039fb827b16dba9c6f000 /src/main/java | |
parent | d7987b78c9896c9c2ac35a58490330818128c543 (diff) | |
download | skyhanni-e7b44785e637efa9c4aa9c8c97e3f499d7bfc76b.tar.gz skyhanni-e7b44785e637efa9c4aa9c8c97e3f499d7bfc76b.tar.bz2 skyhanni-e7b44785e637efa9c4aa9c8c97e3f499d7bfc76b.zip |
fixed //n
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 |
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); |