remove mail item workaround

This commit is contained in:
wish
2023-03-30 21:48:23 +11:00
parent 107eddfea5
commit 61d15ddd43
3 changed files with 2 additions and 11 deletions

View File

@@ -326,15 +326,8 @@ func handleMsgMhfListMail(s *Session, p mhfpacket.MHFPacket) {
flags |= 0x04
}
// Workaround until EN mail items are patched
if s.server.erupeConfig.DevMode && s.server.erupeConfig.DevModeOptions.DisableMailItems {
if itemAttached {
flags |= 0x08
}
} else {
if m.AttachedItemReceived {
flags |= 0x08
}
if m.AttachedItemReceived {
flags |= 0x08
}
if m.IsGuildInvite {