mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
remove unused local variable
This commit is contained in:
parent
5d19c74154
commit
f213cd64e7
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ class StanggEchoWarriorEffect extends OneShotEffect {
|
|||
return toSacrifice;
|
||||
}
|
||||
for (UUID tokenId : token.getLastAddedTokenIds()) {
|
||||
Permanent permanent = game.getPermanent(tokenId);
|
||||
for (Permanent attachment : attachments) {
|
||||
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect();
|
||||
effect.setSavedPermanent(attachment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue