removed this

This commit is contained in:
Anthony Calosa
2017-03-01 14:15:57 +08:00
parent cdb056e8ba
commit 3bf1cca118
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -1142,8 +1142,8 @@ MTGGameZone * MTGGameZone::intToZone(GameObserver *g, int zoneId, MTGCardInstanc
else
p2 = target->controller();
if(p2 != p && p2 != p->opponent())//should match at least one
p2 = p;
//if(p2 != p && p2 != p->opponent())//should match at least one
//p2 = p;
MTGGameZone * result = intToZone(zoneId, p, p2);
if (result) return result;