1
This commit is contained in:
parent
dbd827d353
commit
3280edd726
@ -693,6 +693,9 @@ func (this *team) EnemyTeamMustHasRealPlayer() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *team) NeedMatchRealPlayer() bool {
|
func (this *team) NeedMatchRealPlayer() bool {
|
||||||
|
if mt.Table.Config.Get().GetMatchRealPlayer() == 0 {
|
||||||
|
return false
|
||||||
|
}
|
||||||
return q5.ToInt32(this.getModeId()) == jccommon.MAP_MODE_BOUNTY
|
return q5.ToInt32(this.getModeId()) == jccommon.MAP_MODE_BOUNTY
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user