From 5f14d881103b65877633b2a8de86e42371ac3640 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 11 Jul 2024 20:07:39 +0800 Subject: [PATCH] 1 --- server/matchserver/team/team.go | 4 ---- 1 file changed, 4 deletions(-) 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