diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 9cf9ff13..d035e80c 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -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