Merge pull request #7794 from ChillerDragon/pr_master_team_change

Report team changes to master when teams are on
This commit is contained in:
heinrich5991 2024-01-15 15:36:46 +00:00 committed by GitHub
commit 0f653b9b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)