This commit is contained in:
meixiongfeng 2024-02-04 15:53:44 +08:00
commit 488952d896

View File

@ -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
}