Refactor: Fix spelling of 'controller' (#9163)

This commit is contained in:
DeepCrimson 2022-06-26 19:58:06 -07:00 committed by GitHub
parent 2d2b7ae835
commit 7bb851e0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 10 deletions

View file

@ -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