mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Fixed some problems for handling concede during game init.
This commit is contained in:
parent
5a9671cbca
commit
0d46c68924
3 changed files with 11 additions and 5 deletions
|
|
@ -205,7 +205,9 @@ public class HumanPlayer extends PlayerImpl {
|
|||
return;
|
||||
}
|
||||
response.clear();
|
||||
loop = true;
|
||||
if (isInGame()) {
|
||||
loop = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (recordingMacro && !macroTriggeredSelectionFlag) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue