Skip to content

Commit 2263dea

Browse files
bladecoderCopilot
andauthored
Update compiler/src/main/java/com/bladecoder/ink/compiler/ParsedHierarchy/DivertTarget.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2929a97 commit 2263dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/main/java/com/bladecoder/ink/compiler/ParsedHierarchy/DivertTarget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void resolveReferences(Story context) {
2929
super.resolveReferences(context);
3030

3131
if (divert.isDone() || divert.isEnd()) {
32-
error("Can't Can't use -> DONE or -> END as variable divert targets", this, false);
32+
error("Can't use -> DONE or -> END as variable divert targets", this, false);
3333
return;
3434
}
3535

0 commit comments

Comments
 (0)