diff --git a/addons/orchestrator/components/nodes/terminal/end_node.gd b/addons/orchestrator/components/nodes/terminal/end_node.gd index f97e0d68..09b385ea 100644 --- a/addons/orchestrator/components/nodes/terminal/end_node.gd +++ b/addons/orchestrator/components/nodes/terminal/end_node.gd @@ -6,7 +6,7 @@ func _init(): name = "End" category = "Terminal" description = "Ends the orchestation." - allow_multiple = false + allow_multiple = true func execute(context: OrchestrationExecutionContext) -> Variant: