* Fixed some problems for handling concede during game init.

This commit is contained in:
LevelX2 2017-11-04 18:19:41 +01:00
parent 5a9671cbca
commit 0d46c68924
3 changed files with 11 additions and 5 deletions

View file

@ -205,7 +205,9 @@ public class HumanPlayer extends PlayerImpl {
return;
}
response.clear();
loop = true;
if (isInGame()) {
loop = true;
}
}
}
if (recordingMacro && !macroTriggeredSelectionFlag) {