From 78e4b1293b6a3fab319d63f0afc243cfffdc44cc Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 12 Feb 2022 21:16:19 +0100 Subject: [PATCH] origin dest added to reply the sender after successful reply of the target dest --- serverCommunication/minecraft.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverCommunication/minecraft.go b/serverCommunication/minecraft.go index 960b28a..6683beb 100644 --- a/serverCommunication/minecraft.go +++ b/serverCommunication/minecraft.go @@ -31,7 +31,7 @@ func HandleMinecraftMessage(conn *websocket.Conn, msg []byte) { if mcClient.IsCmdIDInSendMessagesQueue(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 { return