Send updated teams state to clients after resetting round

This commit is contained in:
Robert Müller 2023-01-03 22:40:03 +01:00
parent 6d3af742dd
commit dd4e2d615b

View file

@ -24,6 +24,7 @@ void CGameTeams::Reset()
m_aTeeStarted[i] = false;
m_aTeeFinished[i] = false;
m_aLastChat[i] = 0;
SendTeamsState(i);
}
for(int i = 0; i < NUM_TEAMS; ++i)