mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
Added missing delegation method for TestPlayer.
This commit is contained in:
parent
e31b12325e
commit
a507cc88a1
1 changed files with 4 additions and 0 deletions
|
@ -2077,4 +2077,8 @@ public class TestPlayer implements Player {
|
|||
return AIPlayer;
|
||||
}
|
||||
|
||||
public String getHistory() {
|
||||
return computerPlayer.getHistory();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue