mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Typo fix
This commit is contained in:
parent
8c7df840f3
commit
5c4dc104f7
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
|
||||||
copyFrom = game.getCard(getTargetPointer().getFirst(game, source));
|
copyFrom = game.getCard(getTargetPointer().getFirst(game, source));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (permanent == null || copyFrom == null) {
|
if (copyFrom == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue