Skip to content

Commit

Permalink
Allow multiple end nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Sep 16, 2023
1 parent b18a349 commit 6c30b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/orchestrator/components/nodes/terminal/end_node.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c30b52

Please sign in to comment.