diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 1d7a7397..0b9e55aa 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -657,9 +657,10 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrgetMyID() == 0) client.GetGui().disableMyButtons(); + else + client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction()); client.GetGui().refreshPot(); client.GetGui().refreshSet(); - client.GetGui().refreshAction(); client.GetGui().refreshCash(); client.GetGui().refreshButton(); }