origin dest added to reply the sender after successful reply of the target dest

master
Alex 2022-02-12 21:16:19 +01:00
parent ab87246059
commit 78e4b1293b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func HandleMinecraftMessage(conn *websocket.Conn, msg []byte) {
if mcClient.IsCmdIDInSendMessagesQueue(cmdID) { if mcClient.IsCmdIDInSendMessagesQueue(cmdID) {
queueMsg, err := mcClient.GetMessageFromSendQueueByCmdID(cmdID) queueMsg, err := mcClient.GetMessageFromSendQueueByCmdID(cmdID)
logger.Minecraft.Debugln("IsCmdIDInSendMessagesQueue queueMsg", queueMsg.OriginDest, queueMsg.OriginDest) logger.Minecraft.Debugln("IsCmdIDInSendMessagesQueue queueMsg", queueMsg.OriginDest, queueMsg.OriginCmdID)
if err != nil { if err != nil {
return return