mirror of
https://github.com/correl/mage.git
synced 2025-03-29 17:00:07 -09:00
* Fixed possible NPE for SacrificeSourceEffect.
This commit is contained in:
parent
94ad36058c
commit
6c95c7139e
1 changed files with 0 additions and 3 deletions
|
@ -65,9 +65,6 @@ public class SacrificeSourceEffect extends OneShotEffect {
|
|||
return permanent.sacrifice(source.getSourceId(), game);
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
// no permanent?
|
||||
sourceObject.getName();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue