mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-14 03:58:18 +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,11 +628,8 @@ void CPlayer::SetTeam(int Team, bool DoChatMsg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!GameServer()->m_pController->IsTeamPlay())
|
|
||||||
{
|
|
||||||
Server()->ExpireServerInfo();
|
Server()->ExpireServerInfo();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
bool CPlayer::SetTimerType(int TimerType)
|
bool CPlayer::SetTimerType(int TimerType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue