Skip to content

Commit

Permalink
Update ContradictionRule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
04vmatsibekker committed Jul 28, 2023
1 parent f95d90c commit d458544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String checkRuleAt(TreeTransition transition, PuzzleElement puzzleElement
@Override
public String checkRuleRaw(TreeTransition transition) {
//MIGHT HAVE TO CHANGE HERE TOO
return checkContradiction(transition);
return checkRule(transition);
}

/**
Expand Down

0 comments on commit d458544

Please sign in to comment.