Skip to content

Commit

Permalink
Merge pull request #836 from TonytheMacaroni/main
Browse files Browse the repository at this point in the history
Add silent condition to manager
  • Loading branch information
Chronoken authored Jan 20, 2024
2 parents 6be301a + bc53e8b commit ec4f3ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private void initialize() {
addCondition("solid", SolidCondition.class);
addCondition("pose", PoseCondition.class);
addCondition("fixedpose", FixedPoseCondition.class);
addCondition("silent", SilentCondition.class);
}

}

0 comments on commit ec4f3ac

Please sign in to comment.