Commit 04d92048 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

crash fix

parent a0cac4f4
......@@ -749,7 +749,7 @@ void Player::eventDestroyCard(Event_DestroyCard *event)
emit logDestroyCard(this, card->getName());
zone->takeCard(-1, event->getCardId(), QString(), true);
delete card;
card->deleteLater();
}
void Player::eventAttachCard(Event_AttachCard *event)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment