- Removed an extra empty line.

This commit is contained in:
Agetian
2017-07-02 04:30:51 +00:00
parent 14d2b8ae61
commit 9fe7ee457a

View File

@@ -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));