mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Merge fix
This commit is contained in:
parent
3b0de691c8
commit
49ce794c45
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
attackerList.remove(attackerId);
|
||||
}
|
||||
}
|
||||
if (newAttackerOrder.size() == attackerOrder.size()) {
|
||||
if (attackerOrder.isEmpty() || newAttackerOrder.size() == attackerOrder.size()) {
|
||||
attackerOrder.clear();
|
||||
attackerOrder.addAll(newAttackerOrder);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue