* GUI: fixed that choose from list dialog can fizzle some effects like Haunting Voyage (#8223);

This commit is contained in:
Oleg Agafonov 2021-09-05 12:14:58 +04:00
parent dc0427acd1
commit fe4d4c0834

View file

@ -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);