mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
Add support for private messages
This commit is contained in:
@@ -238,8 +238,7 @@ func handleMsgSysCastBinary(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
|
|
||||||
chatBf := byteframe.NewByteFrame()
|
chatBf := byteframe.NewByteFrame()
|
||||||
|
|
||||||
chatBf.WriteUint16(0x04)
|
chatBf.WriteUint16(chatMessage.TargetType)
|
||||||
|
|
||||||
chatBf.WriteBytes(chatMessage.RawDataPayload)
|
chatBf.WriteBytes(chatMessage.RawDataPayload)
|
||||||
|
|
||||||
resp = &mhfpacket.MsgSysCastedBinary{
|
resp = &mhfpacket.MsgSysCastedBinary{
|
||||||
|
|||||||
Reference in New Issue
Block a user