We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a6709c + d7b22ca commit f046df5Copy full SHA for f046df5
src/main/java/bwem/ChokePointImpl.java
@@ -243,7 +243,7 @@ public void onBlockingNeutralDestroyed(final Neutral pBlocking) {
243
throw new IllegalStateException();
244
}
245
246
- if (this.blockingNeutral.equals(pBlocking)) {
+ if (pBlocking.equals(this.blockingNeutral)) {
247
// Ensures that in the case where several neutrals are stacked, blockingNeutral points to the
248
// bottom one:
249
this.blockingNeutral =
0 commit comments