mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +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) {
|
||||
return canBlockAny.remove(timestamp) != null;
|
||||
return canBlockAny.remove(timestamp);
|
||||
}
|
||||
|
||||
public boolean canBlockAny() {
|
||||
|
||||
Reference in New Issue
Block a user