fixed issue 47

This commit is contained in:
BetaSteward 2010-12-06 04:48:06 +00:00
parent 4ad22c676d
commit ba937e4771
2 changed files with 1 additions and 1 deletions

View file

@ -211,7 +211,7 @@ public class HumanPlayer extends PlayerImpl<HumanPlayer> {
if (response.getUUID() != null) {
if (target instanceof TargetPermanent) {
if (((TargetPermanent)target).canTarget(playerId, response.getUUID(), null, game)) {
target.add(response.getUUID(), game);
target.addTarget(response.getUUID(), source, game);
return true;
}
}