[ORI] Fix of SpellMasteryCondition.

This commit is contained in:
LevelX2 2015-06-21 01:39:25 +02:00
parent a41d8d8d6e
commit 3a57485501

View file

@ -36,6 +36,8 @@ public class SpellMasteryCondition implements Condition {
return fInstance; return fInstance;
} }
private SpellMasteryCondition() {}
@Override @Override
public boolean apply(Game game, Ability source) { public boolean apply(Game game, Ability source) {
Player player = game.getPlayer(source.getControllerId()); Player player = game.getPlayer(source.getControllerId());