1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 09:11:05 -09:00

Added missing method for PlayerStub.

This commit is contained in:
LevelX2 2016-01-23 17:05:54 +01:00
parent a507cc88a1
commit 85bfa29c9f

View file

@ -1237,4 +1237,10 @@ public class PlayerStub implements Player {
public boolean addTargets(Ability ability, Game game) {
return false;
}
@Override
public String getHistory() {
return "";
}
}