diff --git a/cockatrice/src/game/player/player_actions.cpp b/cockatrice/src/game/player/player_actions.cpp index 2e2c1d535..637e739cf 100644 --- a/cockatrice/src/game/player/player_actions.cpp +++ b/cockatrice/src/game/player/player_actions.cpp @@ -188,8 +188,7 @@ void PlayerActions::actAlwaysLookAtTopCard() void PlayerActions::actOpenDeckInDeckEditor() { - // TODO: take care of this - // emit openDeckEditor(deck); + emit player->openDeckEditor(player->getDeck()); } void PlayerActions::actViewGraveyard()