后台优化

This commit is contained in:
hahwu 2025-07-18 18:21:24 +08:00
parent 4ef8aa86dc
commit c490034238

View File

@ -181,6 +181,7 @@ func ReqServerInfo(args []interface{}) error {
func ReqReloadServerMail(args []interface{}) error {
G_GameLogicPtr.MailMgrCall(&Msg.Msg{Type: Msg.HANDLE_TYPE_MAIL_RELOAD})
G_GameLogicPtr.NotifyAll(&Msg.Msg{Type: Msg.HANDLE_TYPE_MAIL})
log.Debug("ReqReloadServerMail success")
return nil
}