Skip to content

Commit b062c80

Browse files
committed
Fix typo
1 parent b9c3d98 commit b062c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/panoramavote.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ bool CPanoramaVoteHandler::SendYesNoVoteToAll(float flDuration, int iCaller, con
227227

228228
void CPanoramaVoteHandler::SendVoteStartUM(IRecipientFilter *pFilter)
229229
{
230-
INetworkMessageInternal *pNetMsg = g_pNetworkMessages->FindNetworkMessagePartial("Shake");
230+
INetworkMessageInternal *pNetMsg = g_pNetworkMessages->FindNetworkMessagePartial("VoteStart");
231231
auto data = pNetMsg->AllocateMessage()->ToPB<CCSUsrMsg_VoteStart>();
232232

233233
data->set_team(-1);

0 commit comments

Comments
 (0)