mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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));
|
||||
}
|
||||
|
||||
if (permanent == null || copyFrom == null) {
|
||||
if (copyFrom == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue