Skip to content

Commit 8835e47

Browse files
BamcanePointer31
authored andcommitted
Fix missing VoteSet description
1 parent 385674d commit 8835e47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/game/client/components/voting.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ void CVoting::OnMessage(int MsgType, void *pRawMsg)
224224
if(pMsg->m_ClientID == m_pClient->m_LocalClientID)
225225
m_CallvoteBlockTick = Client()->GameTick()+Client()->GameTickSpeed()*VOTE_COOLDOWN;
226226
}
227+
else
228+
{
229+
str_copy(m_aDescription, pMsg->m_pDescription, sizeof(m_aDescription));
230+
}
227231
}
228232
else
229233
{

0 commit comments

Comments
 (0)