fix crash
wrong parenthesis
This commit is contained in:
@@ -1462,8 +1462,8 @@ int AACopier::resolve()
|
|||||||
if (_target)
|
if (_target)
|
||||||
{
|
{
|
||||||
MTGCard* clone ;
|
MTGCard* clone ;
|
||||||
if((_target->isToken || _target->isACopier) && _target->hasCopiedToken)
|
if(_target->isToken || (_target->isACopier && _target->hasCopiedToken))
|
||||||
{
|
{//fix crash when copying token
|
||||||
clone = _target;
|
clone = _target;
|
||||||
tokencopied = true;
|
tokencopied = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user