mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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()) {
|
if (equipping != null && equipping.getId() == c.getId()) {
|
||||||
setEquipping(null);
|
setEquipping(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
c.equippedBy = c.view.removeCard(c.equippedBy, this, TrackableProperty.EquippedBy);
|
c.equippedBy = c.view.removeCard(c.equippedBy, this, TrackableProperty.EquippedBy);
|
||||||
|
|
||||||
getGame().fireEvent(new GameEventCardAttachment(this, c, null, AttachMethod.Equip));
|
getGame().fireEvent(new GameEventCardAttachment(this, c, null, AttachMethod.Equip));
|
||||||
|
|||||||
Reference in New Issue
Block a user