mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Card: fix code
This commit is contained in:
@@ -6262,7 +6262,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean removeCanBlockAny(long timestamp) {
|
public boolean removeCanBlockAny(long timestamp) {
|
||||||
return canBlockAny.remove(timestamp) != null;
|
return canBlockAny.remove(timestamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean canBlockAny() {
|
public boolean canBlockAny() {
|
||||||
|
|||||||
Reference in New Issue
Block a user