mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- A minor formatting tweak.
This commit is contained in:
@@ -1228,7 +1228,7 @@ public class PlayerControllerHuman
|
||||
sb.append("<...>\n");
|
||||
break;
|
||||
}
|
||||
sb.append(++c + ". " + activePlayerSAs.get(index).getHostCard()+ "\n");
|
||||
sb.append(++c + ". " + activePlayerSAs.get(index).getHostCard() + "\n");
|
||||
}
|
||||
sameOrder = getGui().showConfirmDialog(sb.toString(), "Ordering simultaneous abilities", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user