diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 6c28ba80..dd00de2e 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -686,6 +686,10 @@ func (this *team) hasOnlinePlayer() bool { return has } +func (this *team) EnemyTeamMustHasRealPlayer() bool { + return false +} + func newTeam() *team { t := new(team) t.state = constant.TEAM_STATE_INIT