From 1691d299183781e2610c635ef901cc05bc9f864b Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sun, 4 Feb 2024 11:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=A1=A5=E7=BE=8A=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comp_match.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comp_match.go b/modules/comp_match.go index 0118671c6..a611af7b5 100644 --- a/modules/comp_match.go +++ b/modules/comp_match.go @@ -63,6 +63,6 @@ func (this *MCompMatch) CancelMatch(uid string) (err error) { } func (this *MCompMatch) MatchNotic(player map[string]interface{}) (err error) { - + log.Errorf("module:%s no rewrite MatchNotic! ", this.module.GetType()) return }