From 0246a7542529dc83718cd00daff6b7ebe12f5535 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Dec 2021 22:08:32 +0100 Subject: [PATCH] reply handling --- serverCommunication/web.go | 1 + 1 file changed, 1 insertion(+) diff --git a/serverCommunication/web.go b/serverCommunication/web.go index 2819b8e..aa39558 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -53,6 +53,7 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, msg []byt } // remove cmdID from VoiceCMDIDsByBackend list + webClient.RemoveVoiceCMDIDsByBackend(cmdID) // remove cmdID from minecraftCmdIDs mcClient.RemoveCmdID(cmdID)