This commit is contained in:
aozhiwei 2024-07-11 20:07:39 +08:00
parent 080fa40d84
commit 5f14d88110

View File

@ -688,10 +688,6 @@ func (this *team) hasOnlinePlayer() bool {
return has
}
func (this *team) EnemyTeamMustHasRealPlayer() bool {
return false
}
func (this *team) NeedMatchRealPlayer() bool {
if mt.Table.Config.Get().GetMatchRealPlayer() == 0 {
return false