This commit is contained in:
aozhiwei 2024-07-11 19:34:20 +08:00
parent dbd827d353
commit 3280edd726

View File

@ -693,6 +693,9 @@ func (this *team) EnemyTeamMustHasRealPlayer() bool {
}
func (this *team) NeedMatchRealPlayer() bool {
if mt.Table.Config.Get().GetMatchRealPlayer() == 0 {
return false
}
return q5.ToInt32(this.getModeId()) == jccommon.MAP_MODE_BOUNTY
}