mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Removed an extra empty line.
This commit is contained in:
@@ -2560,7 +2560,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
if (equipping != null && equipping.getId() == c.getId()) {
|
||||
setEquipping(null);
|
||||
}
|
||||
|
||||
c.equippedBy = c.view.removeCard(c.equippedBy, this, TrackableProperty.EquippedBy);
|
||||
|
||||
getGame().fireEvent(new GameEventCardAttachment(this, c, null, AttachMethod.Equip));
|
||||
|
||||
Reference in New Issue
Block a user