Fix undefined check in dialogue validation
This commit is contained in:
@@ -4776,7 +4776,7 @@ function validateProjectSequence(
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case "startDialogue":
|
case "startDialogue":
|
||||||
if (dialogues.dialogues.dialogues[step.dialogueId] === undefined) {
|
if (dialogues.dialogues[step.dialogueId] === undefined) {
|
||||||
diagnostics.push(
|
diagnostics.push(
|
||||||
createDiagnostic(
|
createDiagnostic(
|
||||||
"error",
|
"error",
|
||||||
|
|||||||
Reference in New Issue
Block a user