reply handling

master
Alex 2021-12-29 22:31:14 +01:00
parent bcc9d970d3
commit 134c30fa9c
1 changed files with 1 additions and 1 deletions

View File

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