- Found a better way to fix the token bug (other way might cause other bugs somewhere else).

This commit is contained in:
jendave
2011-08-06 03:21:47 +00:00
parent 7e94d1050f
commit 1358aedc92
2 changed files with 8 additions and 9 deletions

View File

@@ -17262,11 +17262,6 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
c.setText(sim.getSpellText());
c.setManaCost(sim.getManaCost());
if (!sim.getOwner().equals(""))
c.setOwner(sim.getOwner());
if (!sim.getController().equals(""))
c.setController(sim.getController());
return c;
}// copyStats()