Card: fix code

This commit is contained in:
Hanmac
2019-09-01 20:50:45 +02:00
parent 4663c5b06f
commit e21f23f9ab

View File

@@ -6262,7 +6262,7 @@ public class Card extends GameEntity implements Comparable<Card> {
}
public boolean removeCanBlockAny(long timestamp) {
return canBlockAny.remove(timestamp) != null;
return canBlockAny.remove(timestamp);
}
public boolean canBlockAny() {