mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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();
|
||||
} else {
|
||||
valueToSend = choice.getChoice();
|
||||
SessionHandler.sendPlayerString(gameId, choice.getChoice());
|
||||
}
|
||||
SessionHandler.sendPlayerString(gameId, valueToSend == null ? null : specialPrefix + valueToSend);
|
||||
|
||||
|
|
Loading…
Reference in a new issue