We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81043c commit e4ff28dCopy full SHA for e4ff28d
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 == 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