mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
* GUI: fixed that choose from list dialog can fizzle some effects like Haunting Voyage (#8223);
This commit is contained in:
parent
dc0427acd1
commit
fe4d4c0834
1 changed files with 0 additions and 1 deletions
|
|
@ -1760,7 +1760,6 @@ public final class GamePanel extends javax.swing.JPanel {
|
||||||
valueToSend = choice.getChoiceKey();
|
valueToSend = choice.getChoiceKey();
|
||||||
} else {
|
} else {
|
||||||
valueToSend = choice.getChoice();
|
valueToSend = choice.getChoice();
|
||||||
SessionHandler.sendPlayerString(gameId, choice.getChoice());
|
|
||||||
}
|
}
|
||||||
SessionHandler.sendPlayerString(gameId, valueToSend == null ? null : specialPrefix + valueToSend);
|
SessionHandler.sendPlayerString(gameId, valueToSend == null ? null : specialPrefix + valueToSend);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue