We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385674d commit 8835e47Copy full SHA for 8835e47
1 file changed
src/game/client/components/voting.cpp
@@ -224,6 +224,10 @@ void CVoting::OnMessage(int MsgType, void *pRawMsg)
224
if(pMsg->m_ClientID == m_pClient->m_LocalClientID)
225
m_CallvoteBlockTick = Client()->GameTick()+Client()->GameTickSpeed()*VOTE_COOLDOWN;
226
}
227
+ else
228
+ {
229
+ str_copy(m_aDescription, pMsg->m_pDescription, sizeof(m_aDescription));
230
+ }
231
232
else
233
{
0 commit comments