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

@ -563,7 +563,7 @@ public interface Player extends MageItem, Copyable<Player> {
void abortReset();
void signalPlayerConcede();
void signalPlayerConcede(boolean stopCurrentChooseDialog);
void signalPlayerCheat();