mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fix dev mode description in popup for adding card to hand
This commit is contained in:
@@ -672,7 +672,7 @@ public final class GuiDisplayUtil {
|
|||||||
*/
|
*/
|
||||||
public static void devModeCardToHand() {
|
public static void devModeCardToHand() {
|
||||||
final List<Player> players = Singletons.getModel().getGame().getPlayers();
|
final List<Player> players = Singletons.getModel().getGame().getPlayers();
|
||||||
final Player p = GuiChoose.oneOrNone("Put card in play for which player?", players);
|
final Player p = GuiChoose.oneOrNone("Put card in hand for which player?", players);
|
||||||
if (null == p) {
|
if (null == p) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user