Skip to content

Commit 6a6d947

Browse files
committed
\n for newline instead of array
1 parent 90bcc13 commit 6a6d947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/techstreet/dfscript/script/action/ScriptActionType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ public enum ScriptActionType {
16291629
})),
16301630

16311631
REPEAT_FOREVER(builder -> builder.name("RepeatForever")
1632-
.description("Repeats for eternity.", "Make sure to have a Stop Repetition, Stop Codeline or Wait somewhere in the code!\nThere's a lagslayer for the repetition actions.\nIt activates after 100000 iterations with no Wait.")
1632+
.description("Repeats for eternity.\nMake sure to have a Stop Repetition, Stop Codeline or Wait somewhere in the code!\nThere's a lagslayer for the repetition actions.\nIt activates after 100000 iterations with no Wait.")
16331633
.icon(Items.GOLD_INGOT)
16341634
.category(ScriptActionCategory.MISC)
16351635
.hasChildren(true)

0 commit comments

Comments
 (0)