Skip to content

Commit d113d0f

Browse files
maddie480Cruor
andauthored
Remove "Trigger" from the trigger placement name in Ahorn
Co-Authored-By: Cruor <[email protected]>
1 parent 568e8d5 commit d113d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ahorn/triggers/customBirdTutorial.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ using ..Ahorn, Maple
66
birdId::String="birdId", showTutorial::Bool=true)
77

88
const placements = Ahorn.PlacementDict(
9-
"Custom Bird Tutorial Trigger (Spring Collab 2020)" => Ahorn.EntityPlacement(
9+
"Custom Bird Tutorial (Spring Collab 2020)" => Ahorn.EntityPlacement(
1010
CustomBirdTutorialTrigger,
1111
"rectangle"
1212
)
1313
)
1414

15-
end
15+
end

0 commit comments

Comments
 (0)