diff --git a/Mage.Sets/src/mage/cards/d/DiscipleOfCaelusNin.java b/Mage.Sets/src/mage/cards/d/DiscipleOfCaelusNin.java index 25f1103f465..b788d43d231 100644 --- a/Mage.Sets/src/mage/cards/d/DiscipleOfCaelusNin.java +++ b/Mage.Sets/src/mage/cards/d/DiscipleOfCaelusNin.java @@ -77,7 +77,7 @@ class DiscipleOfCaelusNinFirstEffect extends OneShotEffect { toKeep.add(source.getSourceId()); } for (UUID playerId : game.getState().getPlayersInRange(source.getControllerId(), game)) { - Player player = game.getPlayer(source.getControllerId()); + Player player = game.getPlayer(playerId); if (player == null) { continue; }