mirror of
https://github.com/magefree/mage.git
synced 2026-01-20 02:10:06 -08:00
Refactor: Fix spelling of 'controller' (#9163)
This commit is contained in:
parent
2d2b7ae835
commit
7bb851e0a5
8 changed files with 12 additions and 10 deletions
|
|
@ -743,7 +743,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
return false;
|
||||
}
|
||||
|
||||
// For each control change compared to last controler send a GAIN_CONTROL replace event to be able to prevent the gain control (e.g. Guardian Beast)
|
||||
// For each control change compared to last controller send a GAIN_CONTROL replace event to be able to prevent the gain control (e.g. Guardian Beast)
|
||||
if (beforeResetControllerId != newControllerId) {
|
||||
GameEvent gainControlEvent = GameEvent.getEvent(GameEvent.EventType.GAIN_CONTROL, this.getId(), null, newControllerId);
|
||||
if (game.replaceEvent(gainControlEvent)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue