Emit openDeckEditor signal in player_actions again.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-09-09 12:36:42 +02:00
parent 2de650f4ba
commit f7919d3d88

View file

@ -188,8 +188,7 @@ void PlayerActions::actAlwaysLookAtTopCard()
void PlayerActions::actOpenDeckInDeckEditor() void PlayerActions::actOpenDeckInDeckEditor()
{ {
// TODO: take care of this emit player->openDeckEditor(player->getDeck());
// emit openDeckEditor(deck);
} }
void PlayerActions::actViewGraveyard() void PlayerActions::actViewGraveyard()