We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73902d commit e7cbe89Copy full SHA for e7cbe89
1 file changed
src/map_votes.cpp
@@ -277,7 +277,10 @@ void CMapVoteSystem::StartVote()
277
for (int i = 0; i < 10; i++)
278
{
279
g_pGameRules->m_nEndMatchMapGroupVoteTypes[i] = -1;
280
+ g_pGameRules->m_nEndMatchMapGroupVoteTypes.NetworkStateChanged();
281
+
282
g_pGameRules->m_nEndMatchMapGroupVoteOptions[i] = -1;
283
+ g_pGameRules->m_nEndMatchMapGroupVoteOptions.NetworkStateChanged();
284
}
285
286
return;
@@ -326,6 +329,9 @@ void CMapVoteSystem::StartVote()
326
329
327
330
328
331
332
333
334
335
336
337
for (int i = 0; i < m_iVoteSize; i++)
0 commit comments