From 6fdee56d09a7355054b95d700a7a80bee80e76eb Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Thu, 2 Jan 2025 23:45:43 -0500 Subject: [PATCH] Cleanup --- common/server_player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/server_player.cpp b/common/server_player.cpp index 0c8623415..74d4b751a 100644 --- a/common/server_player.cpp +++ b/common/server_player.cpp @@ -482,7 +482,7 @@ Response::ResponseCode Server_Player::moveCard(GameEventStorage &ges, (thisCardProperties->has_face_down() ? thisCardProperties->face_down() : card->getFaceDown()); bool sourceBeingLookedAt; - int position = startzone->removeCard(card, sourceBeingLookedAt, isReversed); + int position = startzone->removeCard(card, sourceBeingLookedAt); // "Undo draw" should only remain valid if the just-drawn card stays within the user's hand (e.g., they only // reorder their hand). If a just-drawn card leaves the hand then remove cards before it from the list