mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
fixed issue 241
This commit is contained in:
parent
2f9b76db31
commit
9b19ce56c0
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
if (attachment != null && !(attachment.getSubtype().contains("Aura") ||
|
||||
attachment.getSubtype().contains("Equipment") ||
|
||||
attachment.getSubtype().contains("Fortification"))) {
|
||||
if (perm.removeAttachment(id, this))
|
||||
if (perm.removeAttachment(attachment.getId(), this))
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue