forked from External/mage
server: improved conceding logic with more protection from game errors/freeze (related to #11285, #11460)
This commit is contained in:
parent
e9f0539a40
commit
c2ae1386ff
5 changed files with 72 additions and 28 deletions
|
|
@ -5232,7 +5232,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void signalPlayerConcede() {
|
||||
public void signalPlayerConcede(boolean stopCurrentChooseDialog) {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue