We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5669f9b + e4ff28d commit d7b22caCopy full SHA for d7b22ca
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