This commit is contained in:
tool4EvEr
2023-04-26 19:58:55 +02:00
parent 10b2b9963b
commit e75c97f5f7
5 changed files with 6 additions and 8 deletions

View File

@@ -1448,7 +1448,9 @@ public class GameAction {
if (game.getCombat() != null) {
game.getCombat().removeAbsentCombatants();
}
table.triggerChangesZoneAll(game, null);
if (!checkAgain) {
break; // do not continue the loop
}