diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 22e2100b..f88a6683 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -641,8 +641,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrgetMyID() == 0) client.GetGui().disableMyButtons(); - else - client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction()); + client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction()); client.GetGui().refreshPot(); client.GetGui().refreshSet(); client.GetGui().refreshCash();