forked from External/mage
Refactor: Fix spelling of 'controller' (#9163)
This commit is contained in:
parent
2d2b7ae835
commit
7bb851e0a5
8 changed files with 12 additions and 10 deletions
|
|
@ -136,7 +136,7 @@ public class ComputerPlayer extends PlayerImpl implements Player {
|
|||
// controller hints:
|
||||
// - target.getTargetController(), this.getId() -- player that must makes choices (must be same with this.getId)
|
||||
// - target.getAbilityController(), abilityControllerId -- affected player/controller for all actions/filters
|
||||
// - affected controler can be different from target controller (another player makes choices for controller)
|
||||
// - affected controller can be different from target controller (another player makes choices for controller)
|
||||
// sometimes a target selection can be made from a player that does not control the ability
|
||||
UUID abilityControllerId = playerId;
|
||||
if (target.getTargetController() != null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue