Fix reenabling practice mode after kill on solo server

This commit is contained in:
Zwelf 2020-07-02 11:13:07 +02:00
parent a62eeeb829
commit 4388579d48

View file

@ -770,6 +770,7 @@ void CGameTeams::OnCharacterDeath(int ClientID, int Weapon)
ChangeTeamState(Team, CGameTeams::TEAMSTATE_OPEN);
ResetSwitchers(Team);
m_Practice[Team] = false;
GameServer()->m_apPlayers[ClientID]->m_VotedForPractice = false;
}
else if(Locked)
{