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)