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 }