mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix lblPlayerActivatedCardChooseMode reference
This commit is contained in:
@@ -1495,7 +1495,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
|||||||
game.getTracker().freeze(); // refreeze if the tracker was frozen prior to this update
|
game.getTracker().freeze(); // refreeze if the tracker was frozen prior to this update
|
||||||
}
|
}
|
||||||
final List<SpellAbilityView> choices = new ArrayList<>(spellViewCache.keySet());
|
final List<SpellAbilityView> choices = new ArrayList<>(spellViewCache.keySet());
|
||||||
final String modeTitle = localizer.getMessage("PlayerActivatedCardChooseMode", sa.getActivatingPlayer().toString(), sa.getHostCard().toString());
|
final String modeTitle = localizer.getMessage("lblPlayerActivatedCardChooseMode", sa.getActivatingPlayer().toString(), sa.getHostCard().toString());
|
||||||
final List<AbilitySub> chosen = Lists.newArrayListWithCapacity(num);
|
final List<AbilitySub> chosen = Lists.newArrayListWithCapacity(num);
|
||||||
for (int i = 0; i < num; i++) {
|
for (int i = 0; i < num; i++) {
|
||||||
SpellAbilityView a;
|
SpellAbilityView a;
|
||||||
|
|||||||
Reference in New Issue
Block a user