fixed Camaraderie not working

This commit is contained in:
Evan Kranzler 2018-09-23 08:55:03 -04:00
parent 560980c6ce
commit 456f5d249b

View file

@ -56,7 +56,7 @@ class CamaraderieEffect extends OneShotEffect {
@Override @Override
public boolean apply(Game game, Ability source) { public boolean apply(Game game, Ability source) {
Player player = game.getPlayer(source.getSourceId()); Player player = game.getPlayer(source.getControllerId());
if (player == null) { if (player == null) {
return false; return false;
} }