From 134c30fa9cb428d9c1ffc7718e39cbe315cbaa92 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Dec 2021 22:31:14 +0100 Subject: [PATCH] reply handling --- serverCommunication/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverCommunication/web.go b/serverCommunication/web.go index aa39558..d093912 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -56,7 +56,7 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, msg []byt webClient.RemoveVoiceCMDIDsByBackend(cmdID) // remove cmdID from minecraftCmdIDs - mcClient.RemoveCmdID(cmdID) + mcClient.RemoveCmdID(data.CmdIDFromMinecraftServer) return } }