server: improved conceding logic with more protection from game errors/freeze (related to #11285, #11460)

This commit is contained in:
Oleg Agafonov 2024-06-07 12:52:42 +04:00
parent e9f0539a40
commit c2ae1386ff
5 changed files with 72 additions and 28 deletions

View file

@ -5232,7 +5232,7 @@ public abstract class PlayerImpl implements Player, Serializable {
}
@Override
public void signalPlayerConcede() {
public void signalPlayerConcede(boolean stopCurrentChooseDialog) {
}
@Override