mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Rollback - Fixed that UI is locked after a accepted rollback request (fixes #1158).
This commit is contained in:
parent
eccc367920
commit
efb5e06e57
159 changed files with 231 additions and 204 deletions
|
|
@ -1418,6 +1418,11 @@ public class TestPlayer implements Player {
|
|||
return computerPlayer.isInGame();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRespond() {
|
||||
return computerPlayer.canRespond();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasWon() {
|
||||
return computerPlayer.hasWon();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue