reply handling

master
Alex 2021-12-29 22:08:32 +01:00
parent e66c116562
commit 0246a75425
1 changed files with 1 additions and 0 deletions

View File

@ -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)