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:
parent
a507cc88a1
commit
85bfa29c9f
1 changed files with 6 additions and 0 deletions
|
@ -1237,4 +1237,10 @@ public class PlayerStub implements Player {
|
|||
public boolean addTargets(Ability ability, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHistory() {
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue