mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #7794 from ChillerDragon/pr_master_team_change
Report team changes to master when teams are on
This commit is contained in:
commit
0f653b9b76
|
@ -628,10 +628,7 @@ void CPlayer::SetTeam(int Team, bool DoChatMsg)
|
|||
}
|
||||
}
|
||||
|
||||
if(!GameServer()->m_pController->IsTeamPlay())
|
||||
{
|
||||
Server()->ExpireServerInfo();
|
||||
}
|
||||
Server()->ExpireServerInfo();
|
||||
}
|
||||
|
||||
bool CPlayer::SetTimerType(int TimerType)
|
||||
|
|
Loading…
Reference in a new issue