mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix team save practice reset
This commit is contained in:
parent
6d978a9a32
commit
6b95bc2636
|
@ -768,4 +768,6 @@ void CGameTeams::KillSavedTeam(int Team)
|
|||
// unlock team when last player leaves
|
||||
SetTeamLock(Team, false);
|
||||
ResetInvited(Team);
|
||||
|
||||
m_Practice[Team] = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue