mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 01:15:42 +01:00
reimplement lazy packets
This commit is contained in:
@@ -324,7 +324,7 @@ func HandleMsgMhfOperateGuildMember(s *Session, db *sqlx.DB, p mhfpacket.MHFPack
|
||||
for _, channel := range s.Server.Channels {
|
||||
for _, session := range channel.sessions {
|
||||
if session.CharID == pkt.CharID {
|
||||
service.SendMailNotification(s, &mail, session)
|
||||
service.SendMailNotification(&mail, session)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user