Update handlers.go

Removed double ackBuff
This commit is contained in:
xl3lackout
2022-05-03 14:49:32 -04:00
committed by GitHub
parent 1c971a137c
commit 13daadd706

View File

@@ -386,7 +386,6 @@ func handleMsgMhfEnumerateUnionItem(s *Session, p mhfpacket.MHFPacket) {
}
}
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
}